Page 1 of 1

Delphi database

PostPosted: October 2nd, 2012, 8:41 pm
by AdamA
Hello,

I like to know if there is any good database for Delphi other than what is called BDE or SQL server.

Thanks

Re: Delphi database

PostPosted: October 3rd, 2012, 10:26 pm
by AdamA
Well, after waiting I had to do some google search and found what I need, called Absolute Database, this is the best tool I found so far, easy to use and single file (I love it). Also handles advance quires. I did find more dbs one called SQLite, but this requires a lot of coding and DLL to distribute also doesn’t have security/encryption like Absolute Database.

Thanks anyway

Re: Delphi database

PostPosted: October 4th, 2012, 8:33 pm
by Kambiz
Thank you for sharing the information.

Re: Delphi database

PostPosted: March 20th, 2013, 3:47 am
by edp78
As for SQlite...
actually it's very good, it only needs 1 dll file to be located on your system32 file, client dll

To use it easily please look up for zeos library.. it's free too.

Hope it helps

Re: Delphi database

PostPosted: May 8th, 2013, 9:52 pm
by dejavu.cucud
you can use mysql or postgresql.