Ideally, I'd like to be able to check that a SQL connection is still active 'occasionally'. The ideal solution would involve detecting when the application deactivates or re-activates so that I can then check the status of the connection.
It would not be practical/efficient to change the activate event in every form across the application unless I can trap the fact that the activate has come from outside the application rather than within it.
Thanks in advance.
It would not be practical/efficient to change the activate event in every form across the application unless I can trap the fact that the activate has come from outside the application rather than within it.
Thanks in advance.