Monday, December 04, 2006

SQLite3ProfessionalPlugin 2.0.2

The new version is ready and it has a lot of new features:

  • Added the AttachDatabase and DetachDatabase methods
  • Added the SQLCachedSelect method (via an RB module)
  • Added html documentation about full-text search
  • Greatly improved speed in the SQLiteRecordSet class
  • Updated some examples
You can now choose between the sequential RecordSet returned by the SQLSelect method or the random SQLiteRecordSet returned by the SQLCachedSelect. In particular the source code of SQLiteRecordSet class is included so you can modify it to best suit your needs. For example you can decide to use a temporary disk based database instead of the default in-memory one.

The SQLiteRecordSet class is very powerful and a very fast MoveTo method has been included. More information in the official page.

3 Comments:

  • Troppo tecnico per commenti. quando scriverai di te???????

    By Cri, at 11:29 PM  

  • E io che pensavo di scrivere fin troppo di me in questo blog :-)

    By Marco Bambini, at 8:39 AM  

  • allora sono io che scrivo troppo di me!!!

    By Cri, at 10:23 PM  

Post a Comment

<< Home