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

Map Path

Status
Not open for further replies.

rebelfan

Technical User
Joined
Feb 7, 2005
Messages
24
Location
US
How can I change the access path since the server is virtual. Someone put me in the right direction.

I need this file location in a Map Path form.

'=========== ACCESS SETTINGS ============
'Physical path to database file
Application("AccessPath") = " '========================================

Contact me if you have any questions.

THANKS!!!
 
why not use MapPath then. or do I have what you need bakwards?

e.g.
Application("AccessPath") = Server.MapPath("helpdesk2000.mdb")

___________________________________________________________________

onpnt.com
SELECT * FROM programmers WHERE clue > 0
(0 row(s) affected) -->faq333-3811

 
a supplement:
server.mappath("/data/data.mdb")

the first / will take u to the root folder. so if u are including the database file in other files u will not have path problems...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top