dbconnection ERROR |
12/29/2003 10:03:36 AM |
ASPRunnerPro General questions | |
![]() hi admin- Error number -2147467259 [Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
<% strConnection = "Provider=MSDataShape;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=U:/asp/db/db4.mdb;UID=;PWD=" %>
<% strConnection = "Provider=MSDataShape;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & server.mappath("db\db4.mdb") & ";UID=;PWD=" %>
|
|
![]() |
Sergey Kornilov admin 12/29/2003 |
Swat, <% strConnection = "Provider=MSDataShape;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=U:/asp/db/db4.mdb;UID=;PWD=" %>
|