I've been using SQLite from Delphi. I found it easiest to use the native API, and put my own wrappers around it when necessary. In general I've kept it pretty simple, because I'm using SQLite as an intermediate database to manage data conversions. For the main data store of an application you'll want something a little more sophisticated.
Clay Dowling Joe DiMaggio said: > Hello, > > I need a server-less SQL engine. Unless someone recommends a better tool > (embedded FireBird? Something else?), I'm thinking of using SQLite. > > Problem is, several wrappers are listed in the SQLite wiki. Can you > recommend one, ideally under active development, easy to use, etc. > > - Aducom open-source Delphi/BCC SQLite components > http://www.aducom.com > > - ZeosLib > http://sourceforge.net/projects/zeoslib/ > > - DISQLite3 > http://www.yunqa.de/delphi/sqlite3/ > > - LibSQL > http://libsql.dubaron.com/ > > - Simple Sqlite 3.0 for Delphi > http://www.itwriting.com/sqlitesimple.php > > Thank you. > > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.1.394 / Virus Database: 268.9.1/369 - Release Date: 19/06/2006 > > > -- Simple Content Management http://www.ceamus.com

