my question is simple when we make any ASP page connecting any database the path of database where the database in the directory like "e:\mydatabase\ abc.mdb" so i want to ask you to all the if i would upload the dataabase i want to use this database in parent so what should i give it please tel me
Absolute path of uploaded database
Collapse
X
-
Originally posted by hussainiMy question is simple. When we make an ASP page which connects to a database the "path" of the database is where the database is in the directory. It looks something like "e:\mydatabase\ abc.mdb"
I want to ask, if I upload the database i want to use it in a parent directory, so how should I refer to it?Code:server.mapPath("/abc.mdb")
Jared
Comment