<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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.</blockquote>
<div><br></div><div style>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 :)</div>
</div><br></div></div>