nutstretch
Jul 2nd, 2000, 10:03 AM
I am writing an application which relolves around a database.
At present i am setting my database as
set db as opendatabase(app.path & "\db.mdb")
hen i am finished with this project i want to create a setup file to set this up on another machine. Am I ok putting app.path or should i state where this database should be.
when the setup file is used I am presuming that I then physically put the new database with the project
Please can someone clarify
I will be using the same name of database as in the project just a virgin one.
Many thanks
At present i am setting my database as
set db as opendatabase(app.path & "\db.mdb")
hen i am finished with this project i want to create a setup file to set this up on another machine. Am I ok putting app.path or should i state where this database should be.
when the setup file is used I am presuming that I then physically put the new database with the project
Please can someone clarify
I will be using the same name of database as in the project just a virgin one.
Many thanks