Click here to Skip to main content
15,886,673 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Actually i developed one C# windows application form, i want which data base useful and easily access to my application.
Posted
Updated 29-Mar-15 7:03am
v2

It all depends on requirements in small single PC apps use ms access for distributed multi user ones SQL server would be suited. Best of luck
 
Share this answer
 
You may want to consider SQLite[^]
after considering https://www.sqlite.org/whentouse.html[^]
 
Share this answer
 
v2
As Ms. SQL Server is the most common one. But if your app is light and you don't want to install sql in your client machine you can choose Ms. Access as your database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900