SQLite++ consists of 4 main classes and a few utility classes for *BLOB handling*, *encryption* and *compression*. These classes make it super-easy to begin using SQLite immediately, without having to write heaps of infrastructure code as you would otherwise need to do. The main classes are:
* SqliteDb * Dataset * Columns (Collection) * Column
Open and query a database with just a few lines of code. Save yourself weeks of coding and debugging with this robust and easy to use class library.
For more information, start at the SqlitePlus website: www.sqliteplus.com
Best regards -Brett Goodman EzTools Software

