Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server.MapPath question

Status
Not open for further replies.

Phonez

Technical User
Jan 16, 2002
58
GB
Does anyone know if it is possible to use physical addresses instead of a virtual one for the Server.MapPath property.

I am trying to let users select their own databases on their machines and query them. At the moment it says I cant do this.

Any ideas? apart from converting the string recieved into a virtual one which will take time.
 
I have not understood how can you give the users database access on their machines ?
 
No, you can't write scripts on your server, and then access a client's database with those scripts (unless they upload the db to your server, of course).

:-(
paul
penny.gif
penny.gif
 
I am planning to do it over the staff intranet. They can always upload them into the directory

All I will need to do then is grab the database name from the full path or select all files from the directory and print them out and let them choose one
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top