V
Vincent Verheul
Hi!
I have an Access Front-End that can both use an Access Back-End as well as a
SQL Server database. I use VBA with the DAO library. To connect to the SQL
Server I use a ODBC connection.
I'm looking for VBA logic to detect any running SQL Server instances that a
user can select. This is to avoid a long 'hang-up' period that occurs when a
SQL Server is specified that does not exist or is off-line.
I tried the ODBCtimeout property of a QueryDef but that does not seem to
help when the SQL Server is off line.
Any ideas?
Thanks,
Vincent
I have an Access Front-End that can both use an Access Back-End as well as a
SQL Server database. I use VBA with the DAO library. To connect to the SQL
Server I use a ODBC connection.
I'm looking for VBA logic to detect any running SQL Server instances that a
user can select. This is to avoid a long 'hang-up' period that occurs when a
SQL Server is specified that does not exist or is off-line.
I tried the ODBCtimeout property of a QueryDef but that does not seem to
help when the SQL Server is off line.
Any ideas?
Thanks,
Vincent