ODBC Connect String

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a DB with several ODBC linked tables.

Using Code, I am 'Executing' queries using these tables but require a
password each time.

How do I build up a connect string to use in my SQL to save me having to
re-type the password?

e.g.

strSQL = "SELECT * INTO TEMP_TABLE FROM tblODBC"

db.Execute strSQL

Many thanks,
Steve.
 
Back
Top