SQLite3ProfessionalPlugin 2.1 review
DownloadSQLite3Professional is a plugin that gives you full low level access to sqlite 3 databases.
|
|
SQLite3Professional is a plugin that gives you full low level access to sqlite 3 databases. It is very different from the built-in REALbasic engine, because it doesn't have concepts like Database subclass or RecordSet classes built-in (even if it's easy to create a wrapper for these classes in RB).
It is a near 1 to 1 map to the sqlite3 C api, so you can have access to every sqlite3 callback routine, like the progress handler routine or the sqlite3 virtual machine and so on.
What's New:
Updated sqlite library to version 3.3.5.
Added GetColumnMetadata method.
Added EnableSharedCache method.
Added Rollback event.
Added Update event.
Added the InsertRecord method into the RBDatabaseAPI.rbp example.
Added the GetColumnMetadata.rbp example.
Updated the SQLite3TestEvents.rbp example.
Requirements:
REALbasic 2005/2006.
SQLite3ProfessionalPlugin 2.1 search tags