C# application deployment with database -


i have created simple application in c#.net 3.5, use database insert, update, view & delete records. want deploy application in other computer. how package sql database, when install application on other pc, database should deployed it.

should other machine have sql & .net framework installed..?

any appreciated!!

you should use "sql server compact" edition...you can deploy application...it create db file can export application.

also can try visual studio setup project. project can detect automatically wether sql compact client installed on target machine or not...and if not install it.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -