Dhagaxtuur
Technical User
I have program that uses access database. I am using ADO connection to access the database.
The problem is, when I want deploy the application to another computer with different setting (for example if my database rooted to C:/programs files and client computer runs from D: and my program is deployed to D:/program files) then I lost the connection. Is there a way I can make the database connection dynamic so the database can be located anywhere on the computer and still have the connection?
If you have the answer, please give me in details. I was searching answer to this question for while. Thanks
The problem is, when I want deploy the application to another computer with different setting (for example if my database rooted to C:/programs files and client computer runs from D: and my program is deployed to D:/program files) then I lost the connection. Is there a way I can make the database connection dynamic so the database can be located anywhere on the computer and still have the connection?
If you have the answer, please give me in details. I was searching answer to this question for while. Thanks