Re: [sqlite] Multithreading with same sqlite struct

2005-06-10 Thread Cory Nelson
Yep, that's how I do it. Works fine. On 6/10/05, Brown, Dave <[EMAIL PROTECTED]> wrote: > > I read the docs on thread safety, where it says: > > "Threadsafe" in the previous paragraph means that two or more threads can > run SQLite at the same time on different "sqlite" structures returned

[sqlite] Multithreading with same sqlite struct

2005-06-10 Thread Brown, Dave
I read the docs on thread safety, where it says: "Threadsafe" in the previous paragraph means that two or more threads can run SQLite at the same time on different "sqlite" structures returned from separate calls to sqlite_open(). It is never safe to use the same sqlite structure pointer