How do I open a database in vb using a database specified as a datasource in ODBC? rather than specifying the path to the database.
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company
Printable View
How do I open a database in vb using a database specified as a datasource in ODBC? rather than specifying the path to the database.
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company
try following
Set adoConn = New ADODB.Connection
adoConn.Open "ODBC Name of DB", "sa", ""