alexcos
Posts: 8
|
| Posted: 10/30/2007, 4:08 AM |
|
do I need to change the connection of the database, with a call of type http: // paginaweb.com/index.asp? d=database
To me it me does not work to load the variable in common.asp with
request. QueryString.
Which would be the correct way of doing this?
Thanks
Alejandro
|
 |
 |
alexcos
Posts: 8
|
| Posted: 10/30/2007, 9:09 AM |
|
Hello
I believe that I have not explained myself correctly.
This is in ASP and access:
I am trying to modify the route of the connection of the database that one finds in the file common.asp for another identical database for another client;
for it I want to change folder of the route with:
http: // site.com/index.asp? C=folder2
where must I locate the request.string?
Dim x
x = request. QueryString ("c")
session ("y") = x
DBconnection1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=C:\Inetpub\wwwroot\scripts\" & session("y") & "\datos.mdb;persist security info=false"
it does not load the variable
Thanks.
|
 |
 |
|