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

relative path???

Status
Not open for further replies.

octane

Programmer
Aug 19, 2001
12
MX
My database path looks like this

gsDataBaseName = "C:\CVS Mensajeria\cvs2k1.mdb"

but if the application is installed into other directory the application does not work

how can I put a relative path in my app code???
 
gsDataBaseName = App.path & "\cvs2k1.mdb" Peter Meachem
peter@accuflight.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top