Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Database selection for Client/Server Application (Multiuser) with Delphi?

i want to code a software with Delphi XE, that will be able to connect to a server and users should be able to read/write the database.
All records will be string (unicode enabled), maybe small amount of it can be blob.

My needs are;

  • Multiple users enabled
  • More than one user should be able add new records at one time
  • Capable of storing huge amount of data
  • Users can be able to edit their own records
  • Unicode enabled
  • As possible as low cost solution

Thanks right now...

like image 611
Alper Avatar asked Nov 27 '22 15:11

Alper


2 Answers

I vote for Firebird. It fits all your needs and it is free.

like image 112
kludg Avatar answered Dec 10 '22 05:12

kludg


I would go with postgres - it's also free and is very fast.

Sandeep

like image 23
user108306 Avatar answered Dec 10 '22 06:12

user108306