SaintShakaJin wrote:
It's not a troll but which DB is more compatible with Lazarus?

TDbf is the most compatible db component for Lazarus. It is written completely on Lazarus so you don“t need any external engines or libraries. It also has the best documentation.

It is used to access DBase 3,4, 7 and Fox Pro databases.

You can find his tutorial here: http://wiki.lazarus.freepascal.org/index.php/Lazarus_Tdbf_Tutorial

The downside is that it is for DBase and DBase is quite old now.

Personally I would use a more recent database for professional applications, like SQLite, even if it is not so compatible / harder for me to program on.

Felipe

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to