Click once deployment and Sql Server Compact Database

  • Thread starter Thread starter cubaman
  • Start date Start date
C

cubaman

Hello:
I'm writing a win form application which use an Sql Compact ddbb as
data repo. I plan to deploy it using clickonce.
How should I manage to avoid data loss when updating my application? I
will include the ddbb in the first deploy, and maybe a solution is to
exclude it for subsequents updates. But what about if an user is not
updating but installing? Also, if I exclude ddbb from installation,
how can I connect to database already in user folder? Is there any
best practices about it?
Best regards.
 
Back
Top