Re: SQLite Database
Re: SQLite Database
- Subject: Re: SQLite Database
- From: Tito Ciuro <email@hidden>
- Date: Wed, 24 Mar 2004 11:12:49 +0100
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
Regards,
-- Tito
_______________________________________________
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.