On 11/17/2009 05:45 PM, ext Dan Kennedy wrote:
> On Nov 17, 2009, at 2:32 AM, Israel Brewster wrote:
>
>   
>> Simple (I hope) question here for my first posting to this list:
>> Running SQLite 3.4.0 on Mac OS X 10.5.8, should I or should I not be
>> able to place a SQLite database on a network share and have it work
>> for a single user? I know there could be issues if multiple people
>> tried accessing it at the same time, as well as potential performance
>> issues regardless, but I'm trying to find out definitively if it
>> should work at all - the idea is to have location portability, as
>> opposed to truly sharing the database.
>>     
> There is some tricky stuff in os_unix.c contributed by Apple that
> I think is supposed to help with this. But with older SQLite versions
> you have to turn it on by defining SQLITE_ENABLE_LOCKING_STYLE when
> you build the library. Maybe your command line tool was built with
> this option but the Qt driver was not.
>
>   
>
As far as I know, the Qt (compiled/included by default) library isn't
compiled with these switches on.

-- 
Bill King, Software Engineer
Qt Development Frameworks, Nokia Pty Ltd
Brisbane Office

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to