List:MySQL on Win32« Previous MessageNext Message »
From:Christian Frederic BERNARD Date:November 13 1999 3:49pm
Subject:Re: How to get and use mysql_real_query() ?
View as plain text  
Denys,

You are perfectly right. I think that i installed the SERVER part, but not the
CLIENT part. The server part seems to have an old version of the client part
bundled with it.

Thanks for the help,

Frederic

Dennis Thrysøe wrote:

> Hi,
>
> To tghe best of my knowledge it *is* available in the newer client
> libraries. At least it is included in version 3.22.20 that I am developing
> for at the moment.
>
> You use it be giving a pointer along with an integer stating the length of
> the string, instead of a zero terminated string as parameters.
>
> Something like
>
>   mysql_real_connect(pmysql, mybuffer, sizeofmybuffer);
>
> -dennis
>
> > I am currently using mySQL-Win32 shareware version, and will soon
> > upgrade to the commercial version.
> >
> > I do not see in the shareware version library any entry for the
> > "mysql_real_query()" function. I do need it in order to store binary
> > information into a BLOB field, in fac a JPEG image.
> >
> > Does anyone know if it is present in the commercial version, and how to
> > use it ?
> >

--
====================================================================
| Frederic BERNARD
| Architecte de Systèmes d'Information
| Chef de Projet
| E-mail: fbernard@stripped
| IGTECH "Solutions internet / intranet sécurisées"
|         Centre de Formation Agréé CheckPoint Software
|         http://www.igtech.fr
| 153, avenue Jean Lolive
| 93500 Pantin
| FRANCE
| Tél: 33 (0) 1 56 96 01 23
| Fax: 33 (0) 1 56 96 01 33
|
| Votre email gratuit sécurisé : http://www.webmails.com
====================================================================


Thread
How to get and use mysql_real_query() ?Christian Frederic BERNARD12 Nov
  • RE: How to get and use mysql_real_query() ?Dennis Thrysøe12 Nov
    • Re: How to get and use mysql_real_query() ?Christian Frederic BERNARD13 Nov