Nix
|
| Posted: 03/31/2003, 1:39 PM |
|
The database connections work well but they are absolute paths. One the site is developed it has to be uploaded to a server and different hosting comp[anies have different rules about where to put databases and stuff, and you will have to reset everything.
Is there any way to use Server.MapPath..and How do I do It?
|
|
|
 |
Nix
|
| Posted: 03/31/2003, 3:31 PM |
|
Alright I got it figured out, but when it creates the common.asp file it keeps adding quotes to the string. The only way I can stop it is to edit it everytime I make a change. Any way to do it before hand?
|
|
|
 |
George
|
| Posted: 03/31/2003, 8:52 PM |
|
Properties/ Database
select Connections String Type : Create autamatically (Access only)
... and you'll have your Server Map Path
If your DB in a different forlder - you'll have to put Custom Connection string into Common file (through Modules)
|
|
|
 |
|