Re: SQLite Database
Re: SQLite Database
- Subject: Re: SQLite Database
- From: John Randolph <email@hidden>
- Date: Wed, 24 Mar 2004 15:09:18 -0800
On Mar 24, 2004, at 2:12 AM, Tito Ciuro wrote:
On 24 mar 2004, at 6:48, John Randolph wrote:
This really isn't a Cocoa question, but the answer is no. SQLite
expects to be the only thing that has its DB file open.
I beg to differ.
SQLite can handle it as long as you:
1) compile your project with -DTHREADSAFE=1
2) follow instructions here:
http://www.sqlite.org/cvstrac/wiki?p=MultiThreading
Sorry, I stand corrected.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.