Re: problem with mysql_query in C API

2001-06-18 Thread Ed Carp
Kenneth Johansen ([EMAIL PROTECTED]) writes: > hi all, i have a small problem > > im using mysql_query to access my mysql database. > > now then, i have 2 queries, 1 just after the other. > the first one goes ok, the second one never does. > > doesnt matter if i switch the queries, the one tha

problem with mysql_query in C API

2001-06-18 Thread Kenneth Johansen
hi all, i have a small problem im using mysql_query to access my mysql database. now then, i have 2 queries, 1 just after the other. the first one goes ok, the second one never does. doesnt matter if i switch the queries, the one that is last never works. if i write the query in an xterm (usin