I make use of the mysql driver and I find that when I come back to my PC 
the next day, the first query I issue always results in an error. I need 
to reconnect to the server for it to work again.

I've setup a callback to do the reconnect, but the original query is lost.

Is there a way of having the mysql driver, reconnect and then complete 
the query without erroring out, in the case of driver/server timeout? 
This way I do not lose my query to a timeout or need to have some sort 
of global command buffer that the callback would use to re-execute the 
failed query.


Vikram.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users

Reply via email to