your array
of char.
Regards,
Gelu
_
G.NET SOFTWARE COMPANY
Permanent e-mail address : [EMAIL PROTECTED]
[EMAIL PROTECTED]
- Original Message -
From: "Krata" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, A
On Fri, 16 Aug 2002, Victoria Reznichenko wrote:
> K> do someone know what should be the problem?
> K> Server is Win2K and has latest mysql server installed client is the one
> K> from RedHat 7.3 (3.23.49) (=`mysql_config --version`)
>
>
> Do you always get this error or you got it just once?
Krata,
Friday, August 16, 2002, 5:10:20 PM, you wrote:
K> Hi,
K> i am using mysql c api to send some queries to mysql server which is on
K> another computer (100MBit almost next to the client)
K> in my code i am doing this
K> if (mysql_real_query(mysql,query,strlen(query)))
K>