vb.net - Click-once SQL Server Express deployment -


we developing small application needs have local database installed on each users computer sync main database, via web services etc...

anyways when deploy application on users computer want use clickonce deployment. have used before not attaching sql server database. know can go prerequisites in clickonce properties , click sql server express.

now question is, when have created .mdf database file including stored procedures , - how attached , setup automatically in local database installed through clickonce?

also once finished in future may want run updates database on clients machines. use clickonce publish database updates. don't want overwrite database , publish latest updates based on if have database or not , version have.

how achieved using clickonce? thanks


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -