Re: [sqlite] Preventing Master Journal Files

2008-03-18 Thread John Stanton
Looks like Sqlite is not the right storage tool for your application since you don't want transactional integrity. How about something like Berkeley DB. Ken wrote: > Hello list, > > How do I prevent the creation of a journal file and a master journal file? I > need to be able to do this

Re: [sqlite] Preventing Master Journal Files

2008-03-18 Thread Dennis Cote
Ken wrote: > Hello list, > > How do I prevent the creation of a journal file and a master journal > file? I need to be able to do this dynamically not just a compile > time flag. > I don't think you can do this. A journal file is always created except for in memory databases. You can change

[sqlite] Preventing Master Journal Files

2008-03-18 Thread Ken
Hello list, How do I prevent the creation of a journal file and a master journal file? I need to be able to do this dynamically not just a compile time flag. The process does not need recovery as it is an all or none for some of the DB's it creates. And is restarted from the beginning in the

[sqlite] Preventing Master Journal Files.

2008-03-18 Thread Ken
How do I prevent the creation of a journal file and a master journal file? The process does not need recovery as it is an all or none. And is restarted from the beginning in the event of a crash. Thanks, Ken ___ sqlite-users mailing list