Re: [sqlite] Mac OS X and SQLite Locking

2005-01-04 Thread Roger Binns
samba filesystem does not support that style of locking API on Mac OS X. Is there any known workarounds to get it to work correctly? A time machine :-) The SMB protocol does Windows style locking which has various wierd and wonderful semantics. But they have nothing in common with UNIX locking wh

Re: [sqlite] Mac OS X and SQLite Locking

2005-01-04 Thread Steve Milner
[EMAIL PROTECTED] wrote: On Tue, 4 Jan 2005, Steve Milner wrote: Hello List, I am having a problem with SQLite erroring out on Mac OS X. I am using 3.0.8. The problem happens when it tries to access a SAMBA/CIFS shared database. In my testing Windows to Linux and Linux to Windows worked fine

Re: [sqlite] Mac OS X and SQLite Locking

2005-01-04 Thread bbum
On Tue, 4 Jan 2005, Steve Milner wrote: Hello List, I am having a problem with SQLite erroring out on Mac OS X. I am using 3.0.8. The problem happens when it tries to access a SAMBA/CIFS shared database. In my testing Windows to Linux and Linux to Windows worked fine, but Mac to Windows fail

Re: [sqlite] Mac OS X and SQLite Locking

2005-01-04 Thread Steve Milner
Ara.T.Howard wrote: On Tue, 4 Jan 2005, Steve Milner wrote: Hello List, I am having a problem with SQLite erroring out on Mac OS X. I am using 3.0.8. The problem happens when it tries to access a SAMBA/CIFS shared database. In my testing Windows to Linux and Linux to Windows worked fine, but Mac

Re: [sqlite] Mac OS X and SQLite Locking

2005-01-04 Thread Ara.T.Howard
On Tue, 4 Jan 2005, Steve Milner wrote: Hello List, I am having a problem with SQLite erroring out on Mac OS X. I am using 3.0.8. The problem happens when it tries to access a SAMBA/CIFS shared database. In my testing Windows to Linux and Linux to Windows worked fine, but Mac to Windows fails wi