I am using fbsql to connect to a local database.
The way i use it is in the following manner:
I create a persistant connection on start and keep using it as the access is quite frequent.
However after a few hours to a day or so, i get the following error: "MySQL server has gone away"
Then i have to close the connection and restart it.
I was wondering if this is the problem with fbsql?
and is there a better tcl-mysql connector for high volume usage?
depending on os, mysqltcl is the best around i would say...
As for the error, it could be the mysql server closing the connection due to flood, max queries or something simular to that. Check your mysql settings to fix this issue...