connect using ODBC?

qwertyjjj

Registered User.
Local time
Today, 08:42
Joined
Aug 8, 2006
Messages
262
We have an app that connects to a SQL back end using ODBC.
Is there a way to do this in code or should we be using DSN-less connection?

All the tables are linked in the Access front end currently.
 
But should we be using ODBC at all?
 
If I use the linked table manager and save the password with the connection, what type of connection is that?

This seems to be different from using a system DSN and separate fro DSN-less string connection?
 
nope, the first link requires you to set up a table in the access db with the dsn strings and table names.
I need to do it programatically and relink tables each time the application is started.

If I have linked tables, does it matter whether it's DSN or DSN-less connection?
 

Users who are viewing this thread

Back
Top Bottom