hi, happen that my client (remotedbdatabase) go down due internet connection. There is any way to try to recover connection with server ?
bye
hi, happen that my client (remotedbdatabase) go down due internet connection. There is any way to try to recover connection with server ?
RemoteDB already tries to automatically "recover" the connection. There is actually no open connection to RemoteDB. It's virtually stateless (when no transactions are used). Each execution is a new connection, thus a new "try to recover" operation.
how to control message error for this like winhttp error connection ?
It's just a regular exception in the application, as any other exceptions that might help. If you want you can use Application.OnException event to handle specific exceptions yourself.