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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Network Access Database

Status
Not open for further replies.

kafmil

Technical User
Jul 15, 2002
71
AU
This is probably a really simple question, but how do I point my web application which is located on my webserver to a database located on my file server. i tried to use
Server.MapPath(//FileServer/path/data.mdb) but that didn't work. Can anyone help??
 
When you use server.mappath it attempts to create a path based on the current directory in reference to the hard drive. Try using just "//FileServer/path/data.mdb" without the server.mappath.
-Tarwn "The problem with a kludge is eventually you're going to have to back and do it right." - Programmers Saying (The Wiz Biz - Rick Cook)
"Your a geek!" - My Girlfriends saying
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top