| MYSQL C API -
06-04-2007, 07:58 AM
Hi , don,t know if this group it's the right for this kind of
question,but it's on mysql..so i hope.
Well, i have wrote a client program using the mysql c api, that
connect to server ,query database to retrive the timestamp, at this
point after storing this value on a char variable, i must p*** this
value on another query.
If i don't do the second query no such problem, but if i try to go on
with second query it's fail...
Someone have some kind of idea ?
I have read the documentation on mysql, but no answer i found. |