I have an application that uses an access database. This database was the standard for this company previously and they relied on portability of the data. We have created an application using visual studio C#.NET 2008 that uses the database extensively. The application may be used my multiple users and the "end user" data needs to be accessed by all of them. From what I understand, clickonce installs the data in a data folder within the users directory. Is it possible to still utilize clickonce and share that data amongst all users?
Second -
Using click once to update the application, how do i handle it if in version 1, the users add data, and then in version 2, I added data tables. How do i encorporate their data into the newer schema of database 2.
I googled everything and cant get a definitive answer! I need help!
Joe
Start Free Trial