I have been making desktop applications for a while now but faced some issues with my current database (SQL Server 2008) and decided to switch to a new database.
The problem i faced with SQL Server 2008 were:-
- takes about 30 min to install (Express And Management)
- installation needs the person to sit on that PC for 30 min while the setup asks for many configuration settings
- It can only be used on Microsoft OS
Can somebody suggest me a database that includes the following:-
Easily Deployable - Should take less time and need least interaction for installation on CLIENT SIDE
Real time Performance - I am making a heavy multi-user ERP software so that is why the performance for the same should be great
Cross Platform - Should run on any OS
Disclaimer : Some people might say that this question might be similar to this one but its not and i also can't use SQLite because of these reasons.