VIADANA, Italy (May 24, 2006) - SQLabs today announced the
availability of SQLite3ProfessionalPlugin 1.3, their new SQLite 3
database engine plugin for REALbasic.
SQLite3ProfessionalPlugin is a REALbasic plugin that gives your
REALbasic projects low level access to the SQLite 3 database engine.
Starting from RB2005, the sqlite3 engine is include in every version
of REALbasic, but due to the way it is exposed to the end user, a lot
of its power and its speed aren't availables.
SQLite3ProfessionalPlugin has been designed to take advantage of all
the real speed and real power that the new sqlite3 engine can offer.
SQLite3ProfessionalPlugin is a near 1 to 1 map to the sqlite3 C api,
so you can have access to every sqlite3 routine inside the REALbasic
environment.
The audience for this plugin are professional database users, that,
for example, can take advantage of the sqlite3 progress handler
routine to give time to other threads or to update the REALbasic GUI
while a complex sql operation is in place, or that can use the
sqlite3 virtual machine to build a query system with zero delay time
and near zero memory requirements even if millions of rows are
returned from a query.
What's new in version 1.3
- 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
Minimum requirement is RB 5.5 or higher.
A SQLite3ProfessionalPlugin single-developer license is $169 (with a
$40 discount for SQLitePluginPro registered users). Company and
redistribution licenses are also available.
For more information, please visit the SQLabs website:
<http://www.sqlabs.net>
Contact Information
web: <http://www.sqlabs.net>
email: [EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>