ODBC Connect String

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top