April 25, 2018 at 9:50 am
#15141
Hi Mimmo
You can set the session option kMySqlOptReconnect to 1. This will ensure that if the session is dropped, you can re-connect with no problem.
Do SESSIONOBJECT.$connectoption(kMySqlOptReconnect,1)
You need to do this before the logon.
Hope that helps
Richard