I am updating the inventory system for a jewllery store that was originally built using MS Access. The application stores items, customers, suppliers and displays data about stored items. A reporting tool should be considered to generate reports for items in print.
The system should be built in C #, but I have not yet made a decision for the database engine that I have to use for this application. What do you suggest?. I was thinking about SQLite, but I need to keep in mind that migration elements from the old database to the new updated information are required. And since it was originally built with MS Access. Should I just stick with MS Access and create my own application with it?
Edit: This is a separate user system.
source
share