-3

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:-

  1. takes about 30 min to install (Express And Management)
  2. installation needs the person to sit on that PC for 30 min while the setup asks for many configuration settings
  3. It can only be used on Microsoft OS

Can somebody suggest me a database that includes the following:-

  1. Easily Deployable - Should take less time and need least interaction for installation on CLIENT SIDE

  2. Real time Performance - I am making a heavy multi-user ERP software so that is why the performance for the same should be great

  3. 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.

Community
  • 1
  • 1

1 Answers1

1

You can try Oracle 12c (Current Version) or MySql. Oracle Database provides great features for all purpose. Both run on any OS.

MIftikharK
  • 67
  • 8
  • does oracle has easy deployment (i doubt that)? MySQL has some instability issues and also when the size of database increases its performance decreases. See this article too careerride.com/MySQL-disadvantages.aspx – user3779606 Jul 27 '16 at 14:25
  • Yes, you are right MySql has some performance issues but Oracle does its best even if data is in larger amount. I myself haven't done deployment on Oracle Database before so no idea whether it is easy or not. But if you are good at SCRIPTING then this should NOT be difficult for you. – MIftikharK Jul 27 '16 at 15:21