Embarcadero/IB.NETDataProvider

Guidance on dealing with database connection loss with IBEvents

NickBarrett opened this issue · 0 comments

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'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