You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any guidance with how we should deal with a loss of database connection from the server side when using the new IBEvents?
At first we tried using IBConnection's StateChange event but this only fires when the client is initiating the change (ie: on calling Open() or Close()). It does not fire if the InterBase service were to stop (whether gracefully or not).
Thanks,
Nick
The text was updated successfully, but these errors were encountered:
Hi there,
Is there any guidance with how we should deal with a loss of database connection from the server side when using the new
IBEvents
?At first we tried using
IBConnection
'sStateChange
event but this only fires when the client is initiating the change (ie: on callingOpen()
orClose()
). It does not fire if the InterBase service were to stop (whether gracefully or not).Thanks,
Nick
The text was updated successfully, but these errors were encountered: