Re: [sqlite] Can we load a db file to RAM ?

2003-11-17 Thread Arthur Hsu
Open db file with the name ":memory:" (without the quotes). This gives you an in-mem database. -Arthur - Original Message - From: "Christian Hamar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 17, 2003 1:41 PM Subject: [sqli

[sqlite] Can we load a db file to RAM ?

2003-11-17 Thread Christian Hamar
Hi there. My question. Can i load an sqlite db file to RAM to work the things faster ? Especially to load the file first to some variable and then open it in ram. And work from the ram ? I need some C and linux ideas. Any idea for this ? Best Regards: Christian Hamar alias kRiX