Page 1 of 1

Load database from memory

Posted: Sat Jun 01, 2019 3:23 pm
by Thorsten1867

Code: Select all

CatchSQLite(#DB, *Memory, Size)
e.g. extract database from archive file into memory and open it there.

Re: Load database from memory

Posted: Sat Jun 01, 2019 5:47 pm
by Bisonte
Thorsten1867 wrote:

Code: Select all

CatchSQLite(#DB, *Memory, Size)
e.g. extract database from archive file into memory and open it there.
Then we would also need

SaveSQLite(Memory, Size)
LoadSQLite(DB, File)

otherwise changes would be lost.