1) Normally an error log should look like this
- Code: Select all Expand view
FWLOG TO ::cLogFile cCallStack( "<-", 3 ), cSql, uRet, ::nError, ::cError, ::cSqlInfo
Error number is shown
2) Please check
- Code: Select all Expand view
? oCn:wait_timeout
By default should be 8 hours
Also, please let us know your MySql server version.
- Code: Select all Expand view
? oCn:cServerInfo
? oCn:nVersion
? oCn:OS
Now we are improving the internal reconnection logic and testing.
We will provide DATA bOnLostServer
If assigned with a codeblock, instead of displaying message, the codeblock will be evaluated. If the codeblock returns .T., the operation will be retried.
Will this be ok for you?