I need to code a small record-keeping application for a small business in Windows and I'm considering programming it from scratch using .NET. However, I think that it might be overkill for such a common kind of program. It is mostly a CRUD application with simple arithmetic.
I'm tempted to go the MS Access way, but I find it a bit limiting and "unprofessional". Is there anything out there more flexible than Access (commercial or open source) but without the overkill of programming every single SQL query? I found RBase and Kexi. Is there anything else?
My requirements are:
- Smallish-database (less than one gig)
- 6 simultaneous users on a local network
There is no data to migrate, so any db will do.
What tool would you use?
Browsing at other Stack Overflow answers it seems like