I have an application setup using ClickOnce that uses a local SQL Express on the User's machine.
Changes possible to the SQL Express cache on the local machine -
1) Data changes
2) Structural changes - in terms of table redesign, column rename, etc.
What is the best way to deploy data updates using ClickOnce and the best way to apply structural changes to the database using ClickOnce ?
I know that I can do this in the application startup, check for certain types of files received from the server and act accordingly. Any other approach that you can think of ?
Any samples/pointers will be useful.
- Mav.