C
clusardi2k
When I create a connection to a database do I have to use the complete
path to the database. E.G.:
ACCESS.C:\Documents and
Settings\Christopher\Desktop\TEST\Test_database.mdb
I developed the VB application on my PC, and would like to give it to
others to use. So, am I forced to go to other PC's and create the
connection for them? Can I use something like the shorter Unix syntax
such as
"..\..\My_folder\the_access_database"?
Second, how could I automate this process by prompting the user for the
path and using that to create the connection?
Thank you,
Christopher Lusardi
path to the database. E.G.:
ACCESS.C:\Documents and
Settings\Christopher\Desktop\TEST\Test_database.mdb
I developed the VB application on my PC, and would like to give it to
others to use. So, am I forced to go to other PC's and create the
connection for them? Can I use something like the shorter Unix syntax
such as
"..\..\My_folder\the_access_database"?
Second, how could I automate this process by prompting the user for the
path and using that to create the connection?
Thank you,
Christopher Lusardi