Re: Strange network error using mysql,mysql c api

2002-08-16 Thread Gelu Gogancea
ugust 16, 2002 8:19 PM Subject: Re: Strange network error using mysql,mysql c api > 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 > >

Re: Strange network error using mysql,mysql c api

2002-08-16 Thread Krata
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?

Re: Strange network error using mysql,mysql c api

2002-08-16 Thread Victoria Reznichenko
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>

Strange network error using mysql,mysql c api

2002-08-16 Thread Krata
Hi, i am using mysql c api to send some queries to mysql server which is on another computer (100MBit almost next to the client) in my code i am doing this if (mysql_real_query(mysql,query,strlen(query))) { fprintf(stderr,"In query : \"%s\"\n",query);

Strange network error using mysql,mysql c api

2002-08-16 Thread Krata
Hi, i am using mysql c api to send some queries to mysql server which is on another computer (100MBit almost next to the client) in my code i am doing this if (mysql_real_query(mysql,query,strlen(query))) { fprintf(stderr,"In query : \"%s\"\n",query);