You need to connect via code, I find this to be the easiest way.
Here's an example:
Module MyModule
Public CONN As New Data.Odbc.OdbcConnection("DSN=MyDSN;DATABASE=MyDB;USER=DBUser;PASSWORD=DBPassword")
Public ADP As New Data.Odbc.OdbcDataAdapter("", CONN)
Public CMD As New...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.