Hello,
i'm building a server application in C#.net which connects to a MySQL server via ODBC/Connector 5.1 .Net
If a execute a query it works but when i try to exectute a query after waiting a while (ex. 5 minutes) i get an error which says:
"The connection has been disabled.".
I'd like to have a persistant connection to the database but I still haven't found out how to do that, so i thought it might be wise to ask here now.
Mervin.