<div dir="ltr"><br><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"><div class="im">
> You mean a temporary table ?<br>
><br>
> I'm not an expert, but this is IMHO a completely different concept.<br>
</div></blockquote></div><br></div><div class="gmail_extra" style>Oh, now I see that SQLite has TEMP table too. I thought that PostgreSQL TEMP table is called VIRTUAL table in SQLite. After quick testing it's working fine without any dll API calls unlike VIRTUAL table. What I read that VIRTUAL table is created in memory and TEMP table is written to temp database. Both are destroyed after disconnect. But can't find where this file is created or maybe temp database mean that it is created in memory also? Anyway, TEMP table is solution for me until issue with VIRTUAL table will be solved</div>
</div>