Home    Report Generator    Database Explorer    CSQLite classes

C++/MFC SQLite Access classes

These class library provided with full source code is designed to simplify access to the SQLite databases from your VisualC++/MFC programs. The library consists of the two classese: CSQLiteDatabase and CSQLiteRecordset.

CSQLiteDatabase class

The CSQLiteDatabase class implements access to the database. The main class methods are:

CSQLiteRecordset class

The CSQLiteRecordset class implements a recordset that is returned by the call to CSQLiteDatabase::Query(). The main class methods are:

Usage sample

Below please find an example of using these two SQLite access classes:

Download

Please use the following link to download the full SQLite access classes source code.

 Copyright © Oxetta, 2016