![]() |
Sergey Kornilov admin 7/6/2006 |
Post your connection string here. Connection string can be found in include/dbconnection.asp file. |
R
|
roller author 7/6/2006 |
Thank you for help. Here is the connection string: |
![]() |
Alexey admin 7/7/2006 |
Hi, <% strConnection = "DBQ=" & server.mappath("db\GradePassword.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=admin;" %>
|
R
|
roller author 7/7/2006 |
Thanks that worked great. |
![]() |
Alexey admin 7/10/2006 |
Hi, |