How to connect to Ms Access Database?
-
I am having 2 Web Application . I want to access same MS Access database in both application. First App has the database in its App folder. Now i want to provide connection to the same database in another App. Please help. Regards Rizwan
-
I am having 2 Web Application . I want to access same MS Access database in both application. First App has the database in its App folder. Now i want to provide connection to the same database in another App. Please help. Regards Rizwan
Just modify your connection string of your 2nd app to point to the database of your 1st app.
-
Just modify your connection string of your 2nd app to point to the database of your 1st app.
Hello walterhevedeich, Thanks for your response. The problem is When i Host this app on a domain. how do i get the location of First App folder in the second App? Rizwan
-
Hello walterhevedeich, Thanks for your response. The problem is When i Host this app on a domain. how do i get the location of First App folder in the second App? Rizwan
That's the tricky part. :) . It would make sense if you put your database on a file server. From there, the two applications will be able to access the database without security issues.