Re: [sqlite] change path of journal file

2010-02-15 Thread Jay A. Kreibich
On Mon, Feb 15, 2010 at 03:59:32PM +0100, "Tino Flei?ner" scratched on the wall: > Hello everyone, > > i'd like to know if its possible to change the path of the journal > file which is automaticly generated when i'm starting a transaction. > I'm currently trying to import data from a database on

[sqlite] change path of journal file

2010-02-15 Thread Tino Fleißner
Hello everyone, i'd like to know if its possible to change the path of the journal file which is automaticly generated when i'm starting a transaction. I'm currently trying to import data from a database on a DVD to a local database and i'm getting an error because i can't write on the dvd. --