Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DSN-less SQL connection.

Status
Not open for further replies.

travisbrown

Technical User
Dec 31, 2001
1,016
Is it pssible to make a DSN-less linked table connection to a SQL Server in Access?

I have to connect to a SQL table, but this is a web app, so I'd have to create a dsn on the server. Rather than get the host to set up a dsn, I thought I'd ask...
 
Try doing a google search, at top of form, for "connection string" DSN's are nothing more than connection strings saved on the computer.

Also, I have seen these strings saved in the Application variable so they are available to the app when needed.
 
Thanks. I know how to write all sorts of connection strings. I never use DSNs for web scripts. But, I also never use Access.

I guess what I should have asked is, where do you put a custom connection string in Access? I've only right-clicked and followed the linked table wizard before.

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top