Subject database reconnect techniques
Author d_dude_2003
Hi folks,

I have a D7 app which communicates with FB1.5 using IB Objects.

I'd like to add the following:

1. Automatically check if database is available (network connectivity
or other issues)...

2. Once connection is terminated for any reason, try to reconnect.

What is the preferred technique to do this? Should i use some sort of
timer or a thread?

Thank you.