|
J
|
Jane 4/12/2007 |
|
Steve, |
|
|
S
|
Steve123 author 4/13/2007 |
|
2 projects isn't a problem...i'm just having issues with the connection string. The access database is stored in a folder called database on my designated folder on the server. Ex. http://www.site.com/web/myself/database/file.mdb What would be the connection string |
|
|
|
Sergey Kornilov admin 4/13/2007 |
|
Connection string depends on where ASP files reside. |
|
|
S
|
Steve123 author 4/15/2007 |
|
The asp files would be at http://www.site.com/web/myself/customerlogin/login.asp |
|
|
|
Alexey admin 4/16/2007 |
|
Steve, strConnection = "Provider=MSDataShape;DBQ=" & server.mappath("..\database\file.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=admin;" |
|
|
S
|
Steve123 author 4/16/2007 |
|
PERFECT!!! thank you so much!!! |
|