Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Currently I am working on a Window based application using .net and C#.
This application is for a single user, It has 5-6 Tables and approx 10-20 rows will be added daily in Two or Three table and rest are master Tables.
Previously i have worked on SQL Server but for this project I think SQL Server will not be good for this project as it is too heavy and slows down user's system.
So basically, I want to ask which database will be better for my project
(I am considering SQLlite and MSAccess but not sure which one should I choose.)
Posted

For .NET, SQL Server Compact[^] or Microsoft Access[^] is better option, reason is simple both these databases & .NET are Microsoft products so there're many advantages using over other databases.

But SQLite[^] is nice option, cross platform & many people do use on Mobile development.
 
Share this answer
 
There is no real difference between the two...In fact I can't see why not use MSSQL as embedded into the application. I can't see how it will slow down your app...
You may read here: http://social.technet.microsoft.com/wiki/contents/articles/940.how-to-embed-sql-server-express-in-an-application.aspx[^]
 
Share this answer
 
Comments
agent_kruger 9-Mar-14 8:40am    
+5 vote, sir, i agree i have used the MSSQL and is quite efficient.
Kornfeld Eliyahu Peter 9-Mar-14 8:57am    
Thank you...
OT - Can I ask you a favor, stop call me Mr and sir. It makes me feel in the wrong place... :-)
agent_kruger 9-Mar-14 12:27pm    
so, what should i call my seniors? "teachers" i guess :)
Kornfeld Eliyahu Peter 9-Mar-14 14:07pm    
If, and when I will be your senior, I will let you know...
agent_kruger 10-Mar-14 4:36am    
ok my dear friend.
I think "Mr.Kornfeld Eliyahu Peter" is right. I am using MSSQL for 3 years now and found it better than any existing database. Still a link for "SQLLite V/S MSAccess".

http://db-engines.com/en/system/Microsoft+Access%3BSQLite[^]
 
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