Re: [sqlite] Avoiding use of temporary files

2007-03-19 Thread Siebe Warners
[EMAIL PROTECTED] wrote: Siebe Warners <[EMAIL PROTECTED]> wrote: Hi all, I'm using sqlite on an embedded system with flash EEPROM as the medium. Performance of the flash is not too good, so i'm trying to avoid file system access where possible without running risk of database corr

Re: [sqlite] Avoiding use of temporary files

2007-03-19 Thread Siebe Warners
, Siebe [EMAIL PROTECTED] wrote: Siebe Warners <[EMAIL PROTECTED]> wrote: I'm using sqlite 3.2.7. Have you tried 3.3.13? -- D. Richard Hipp <[EMAIL PROTECTED]> - To unsubscribe, send ema

[sqlite] Avoiding use of temporary files

2007-03-19 Thread Siebe Warners
Hi all, I'm using sqlite on an embedded system with flash EEPROM as the medium. Performance of the flash is not too good, so i'm trying to avoid file system access where possible without running risk of database corruption. So the database file and the journal files need to be written to the