Deploying VB.Net / MS Access Application
-
VB.Net/MS Access. I have made an application in vb.net, access. I need to provide this application to different users. I have installed the application on a different machine on the network. Can I deploy the MS Access database one machine and use the application on different machines. What is the path that needs to be set if such a case has to be implemented. With Best Regards, Mayur
-
VB.Net/MS Access. I have made an application in vb.net, access. I need to provide this application to different users. I have installed the application on a different machine on the network. Can I deploy the MS Access database one machine and use the application on different machines. What is the path that needs to be set if such a case has to be implemented. With Best Regards, Mayur
Sounds to me that you want the database to reside in one location as it should. Your application needs to point to that database. Meaning that the connection string needs to point to that location. Use your app config/reg entry/xml doc what ever to specify where the database is located.