10
votes

What components can I use to use SQlite database with Delphi 6?

8
stackoverflow.com/questions/222699/… might be interesting to you.lothar

8 Answers

7
votes

Try Zeos Library at http://zeos.firmos.at/portal.php.

It works well with SQLite and others.

It is free and you get the source code too.

7
votes

My Answer is AnyDAC in this case. We here currently use it and it works. Especially when you think that you get more than just what the database can do. http://www.da-soft.com/anydac/

6
votes

I'm using DISQLite3 in FeedDemon and recommend it highly.

3
votes

I have successfully used ASqlite from http://www.aducom.com.

It's free, open source software.

3
votes

The new DevArt UniDac components has Sqlite provider

Unidac isn't free, but it's highly recommend and has very stable and fast providers, support Oracle, MS SQL Server, MySql, Interbase,PostgreSql and now Sqlite.

2
votes

We just validated our Synopse SQlite3 framework for Delphi 6.

You've got a whole Client/Server ORM framework, using SQLite3 3.7.3 for its data storage. It's fast and light. And there is some User-Interface dedicated classes (Screen auto-generation, reporting with direct pdf export...).

See http://synopse.info/forum/viewforum.php?id=2

2
votes

I use LiteDAC (components for SQLite by Devart) and like it much, because It allows to link the SQLite library statically into your application and has built-in SQlite encryption! So I recommend it highly

0
votes

In Delphi XE7, FireDAC was integrated into Delphi.

Embarcadero purchased DA-SOFT in 2013, and FireDAC is their renamed AnyDAC.

Embarcadero plans to support and continue development of FireDAC, so it is now an excellent choice to be your Data Access Component for SQLite.