Kelraad
|
| Posted: 08/12/2002, 1:52 AM |
|
As i have seen 'til now, CodeCharge uses absolute paths when building connection strings on MS Access db, and that i dont' like; it should use paths relative to the directory where the web app is located and use server.mappath("<path>") for ASP and the equivalent for the other languages.
I can be found atKelraad@hotmail.com
|
|
|
 |
Nicole
|
| Posted: 08/13/2002, 5:59 AM |
|
Hello,
set up server side connection string type to 'Create Automatically' and generated connection string will use server.mappath.
|
|
|
 |
|