default.asp Line 15:
MM_rsUser.ActiveConnection
connAdmin.asp Line 9:
MM_Conn_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("database/L
'MM_Conn_STRING = "dsn=classified411;"
I am not sure how to use a "full path" for this string.
I have tried the "http://www.mydomain.com/L
and the the error states I am using invalid characters.
The string I included above for the connAdmin.asp is the same string as the level 1 login ...
My guess is the string to the database needs to account for the level 1 login is in the same folder level as the default.asp for level 1 login and the level 2 is one folder level deeper.
The entire program is in the Login folder ... it has the default.asp for level 1 login in it and a connections folder as well as a database folder containing the Login.mdb.
Then also in the Login Folder is an admin folder where there is a default.asp for the second default.asp and a connections folder which is the above connAdmin.asp.
Main Topics
Browse All Topics





by: cedlinxPosted on 2008-04-10 at 23:40:30ID: 21331766
Please let's see the code on the following lines.
default.asp, line 15
connAdmin.asp, line 9
And the full path to you database and website
Meanwhile, for the error in connAdmin.asp, line 9, try to use the FULL pathname instead of ...