[sqlite] load a .db3 file into in-memory database

2016-01-19 Thread Quan Yong Zhai
>From: ??? >Sent: 2016?1?19? 14:04 >To: sqlite-users at mailinglists.sqlite.org >Subject: Re: [sqlite] load a .db3 file into in-memory database >Now i want to load the whole database into memory. Is there a direct method to >do it? Should i load record one by one by myself?

[sqlite] load a .db3 file into in-memory database

2016-01-19 Thread 李重斌
Our software is developed by vs2010 c++. There are many reading and writing operations in it. The data is stored in file on the disk as a sqlite3 file. Now i want to load the whole database into memory. Is there a direct method to do it? Should i load record one by one by myself?