Hello,
I have to make two MySQL queries one after the other. The first one is an INSERT query and the second one a SELECT query.
I use the same MySQL link for both queries. The second query (SELECT) does not work even if everything seems to be ok (query is right, MySQL link also).
If I first make the SELECT query, it does work.
Do you have an idea to how solve my problem ?
Thanks,
Vincent.