views:

2154

answers:

7

What components can I use to use SQlite database with delphi 6 Thanks

+2  A: 

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.

Alan Fletcher
+2  A: 

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

It's free, open source software.

SeanX
+5  A: 

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

Nick Bradbury
A: 

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.

Mohammed Nasman
A: 

Thank you all very much, I will try the components Regards

Alejandro Jourdan
+3  A: 

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/

Michael
A: 

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

A. Bouchez