[Lazarus] Support for SQLite virtual table?
Reinier Olislagers
reinierolislagers at gmail.com
Tue Dec 18 10:47:20 CET 2012
On 18-12-2012 10:39, Krzysztof wrote:
> After creating virtual table it should working like normal table (with
> joining etc) handled by TSQLite3Dataset. That it worked on PostgreSQL.
> This is good alternative for TMemDataset or TBufDataset (especially it
> is flexible if application using SQLite for "normal" storage). But
> SQLite need some module inititation via API wrapper. This is new for me.
> I will report it
If SQLite's API for LoadExtension is similar to the module initiation
call, you might use the sqldb implementation as a guide; see
http://wiki.lazarus.freepascal.org/Spatialite
More information about the Lazarus
mailing list