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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DSNs not working?

Status
Not open for further replies.

snoopy75

Technical User
Joined
Aug 24, 2001
Messages
340
Location
US
Alright, ODBC experts, riddle me this... Why would this work:
Code:
Recordset1.ActiveConnection = "Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\Inetpub\[URL unfurl="true"]wwwroot\Shoetag\Shoetag.mdb;uid=admin;pwd=hill;"[/URL]
but not this:
Code:
Recordset1.ActiveConnection = "dsn=shoetag;uid=admin;pwd=hill;"
??????????

--Ryan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top