Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Can ASP Runner create a DSN-less connection
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