Hi !

I need to create a program in Delphi/Windows. I think that SQLite is best for it.
But:
I need inmemory tables with "infile tables".


This app. is get many datas from another DB. But because these datas are not fitted in memory, I need SQLite to put them into local file/local DB.
But I want to use some datas in memory - with same functions like SQLite base functions (so I don't want to write them to file, I want to use them as in memory).


So: is SQLite supports the inmemory tables, and inmemory SQL commands ?

Please help me:
   ft

Ps:
Ok, I can use Delphi records, Delphi datasets to store inmemory datas. But they are not joinable with infile tables... :-(






Reply via email to