Click once deployment and Sql Server Compact Database

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top