vfp9 sp1
I need to test for the availablility of an ODBC connection. I have
been doing this simply by opening the database and TRYing to USE one
of the views. This has worked fine on the two workstations I have
(remote) access to, one connected and one not.
I am being told, however, that this test often hangs on unconnected
workstations.
Is there a way to impose a timeout on a USE command? Or perhaps there
is a more direct way to test for the ODBC connection?
Thanks