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