Re: [sqlite] MT app using 2.8.14 - collision on sqlite_close() ?

2004-10-03 Thread Kurt Welgehausen
Perhaps, http://www.mail-archive.com/[EMAIL PROTECTED]/msg02334.html Regards

[sqlite] MT app using 2.8.14 - collision on sqlite_close() ?

2004-10-03 Thread John
I have a multithreaded application using SQLite 2.8.14. I fully understand, and have implemented, the requirement that each thread make its own call to sqlite_open() to obtain a unique handle to the database. I am using a thread synchronization scheme external to SQLite that has been fully tested

Re: [sqlite] How to install SQLite for use in XCode (MacOSX) ?

2004-10-03 Thread b.bum
On Oct 3, 2004, at 4:07 AM, Eric Morand wrote: What is the best solution, in your opinion ? I like the idea to just include the source to my project and have it being build with my project. Is there and drawback to this solution ? Both have advantages and disadvantages. Including the sources in t

Re: [sqlite] How to install SQLite for use in XCode (MacOSX) ?

2004-10-03 Thread Eric Morand
Thanks Philip, thanks b.bum !!! What is the best solution, in your opinion ? I like the idea to just include the source to my project and have it being build with my project. Is there and drawback to this solution ? Le 2 oct. 04, à 23:30, Philip Riggs a écrit : Or you can just include the source