+ 12
C# WindowsForm application with database deploy
Hi everyone, could anybody explain me what is the easiest way to deploy a c# winform application with database on windows? I try every way in websites, YouTube videos and everywhere but still I got error in application starting time that windows couldn't find or open or work with database. I think I have problem with Prerequisites. please c# windows programmers tell what Prerequisites they use for deploying according to what kind of database they use, like LocalDB2012 setup for sqlserver database. thanks
8 Respostas
+ 7
https://stackoverflow.com/a/32956485/9172651
according to option2 in the link, thats LocalDB needed for my project that i would have gussed.
+ 10
update:
Sqlite is light and simple to use. best for me now
+ 7
I want the database for a application that holds customers data.
+ 7
could you explain further please. I'm new to windows development
+ 7
Linq is Language Integrated Query, Not a database management system!
+ 3
What do you want the database for? If it is for holding user settings, their is a feature for holding applications settings in visual studio's
+ 2
Or try LINQ.
0
True but it can be useful.