.net - Install C# desktop app with sql server DB on client machine -




i have develop desktop application in .netframework, version=v4.5 using visual studio , database using sql sever express 2014. app ready. have install on client machine. how can create database there?

which features of sql express have install on client machine?

please provide me easy solution.

you can use following strategy make work.

copy database file program files appdata on installation of software. can't modify files in program files that's why need have in appdata.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -