Hi everyone
I have an issue with the SQLConnection. Sometimes i get this "... gone away"-error.
My aim is it to handle this error with an automaticly reconnect to the Sql-server.
The error is not caused by a timeout! (there are many stuff for this topic but no information for an reconnect)
I use the SQL_Library_Loader, SQLConnector, SQLTransaction, SQLQuery and a DataSource.
I found a public property at the SQLConnector
"SQLConnector.ConnOptions" how i can use this property, which options i can set?
hubble