.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
Post a Comment