This topic is locked

DSN or DSN-less

5/13/2003 2:20:43 PM
ASPRunnerPro General questions
author

Can ASP Runner create a DSN-less connection

admin 5/13/2003

James,
by default ASPRunner creates DSN-less connection.
Here is the sample connection string created with ASPRunner:

strConnection = "Provider=MSDataShape;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & server.mappath("db\examples.mdb") & ";UID=;PWD="


Sergey Kornilov