C# WindowsForm application with database deploy | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

4th Jan 2018, 10:19 AM
Alfred
8 Answers
+ 7
https://stackoverflow.com/a/32956485/9172651 according to option2 in the link, thats LocalDB needed for my project that i would have gussed.
4th Jan 2018, 2:21 PM
Alfred
+ 10
update: Sqlite is light and simple to use. best for me now
26th Feb 2018, 11:44 AM
Alfred
+ 7
I want the database for a application that holds customers data.
4th Jan 2018, 10:25 AM
Alfred
+ 7
could you explain further please. I'm new to windows development
4th Jan 2018, 10:27 AM
Alfred
+ 7
Linq is Language Integrated Query, Not a database management system!
4th Jan 2018, 2:24 PM
Alfred
+ 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
4th Jan 2018, 10:23 AM
josh mizzi
josh mizzi - avatar
+ 2
Or try LINQ.
4th Jan 2018, 10:26 AM
josh mizzi
josh mizzi - avatar
0
True but it can be useful.
4th Jan 2018, 2:25 PM
josh mizzi
josh mizzi - avatar