[Lazarus] Support for SQLite virtual table?

Krzysztof dibo20 at wp.pl
Tue Dec 18 12:17:38 CET 2012


> If you want a pure memory table in sqlite3, give it the special filename
> ':memory:'. No special support is required the user code. If you use
> TSQLite3Connection you can also use the TSQLite3Backup to easily copy the
> memory database from/to a disk database, if needed.


What if I want that only one TABLE (not database) should be pure in memory?
Because now I crashed my test database :P . I killed application after
create temp table and after reconnect sqlite say me that this table exists,
but drop table say that table doesnt exists :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20121218/23c03bc7/attachment-0003.html>


More information about the Lazarus mailing list