I am using
to connect to the SQL Server
And just wanted to know how is the best way to check that a connection is made..
Ie.. getting back a True Or False for a successfuil connection rather than gettng the SQL Server Error.
Code:
Set dbODBC = wsApp.OpenDatabase("", False, False, sODBC)
to connect to the SQL Server
And just wanted to know how is the best way to check that a connection is made..
Ie.. getting back a True Or False for a successfuil connection rather than gettng the SQL Server Error.