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?

Reply via email to