in reply to Re^2: SQLite databasefile in main memory!
in thread SQLite database (or any) file in main memory!

???
open file
open memory
copy from file to memory
close file
1+1=2
  • Comment on Re^3: SQLite databasefile in main memory!

Replies are listed 'Best First'.
Re^4: SQLite databasefile in main memory!
by Ace128 (Hermit) on Oct 06, 2005 at 13:50 UTC
    Err, and exactly how do I do that? File is binary, and the sql memory is for queries...
    Dumping the binary database could be possible though... Extract and do "INSERT" queries in the memory one...