Sunday, 29 September 2013

Choosing database (single/server) for restaurant desktop application

Choosing database (single/server) for restaurant desktop application

I've started developing desktop app for my father's restaurant, I decided
to solve the problem in WPF (c#), so now i need database.
I love the simplicity of SQLite, but i don't know if it would be good for
this solution
SQL Server Compact, seems interesting, but I'm beginner with it and I
can't find any tutorials
SQL Server Express, amazing, but i think it will take more space than my
application overall
So what should I choose and also all 3 of these can be locked, right?

No comments:

Post a Comment