A Delphi SQLite Wrapper

This wrapper comes in the form of two classes

Usage: Create one instance of TSQLTables for each SQLite database you want to connect to concurrently. If the database is being accessed by multiple applications make sure you use a sensible timeout to avoid frequent failures to access the database. Use the MakeTable method to extract a selection of data from the database. Remember to free all the TSQLTables instances you have created as well as all the TSQLTable instances returned by calls to MakeTable.

Run the sample application in the download, below, and then look at the source code. The download contains all source code except for the SQLite wrapper itself which is available at just $9.99.
Download
Jump To...

Colophon