At 01:08 05/09/2006, you wrote:
Hello ,
I would like some advice on which type of database to use for a small database type of program which includes the database as part of the program. There would only be about 10 to 15 tables and most would only have about 50 records with a couple of tables having about 500 records and one table 2000 to 3000 maximum. I have no experience of using the database components in lazarus/Delphi, so would appreciate some guidance with this. I feel the project is too small to warrant using a stand alone database such as Firebird and the like.

Try SQLite at sqlite.org, it's open source and free, ACID complaint, with maximum options it takes 250 KB and it's not a separate application, it's designed as an embedded database. It's widely used in projects like mozilla/firefox/thunderbird, BitPim, MacOSX, Solaris 10 (both OSs uses it), several apps for embbeded devices and works on Palm, Symbian, PocketPC and several phones.
_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to