Re: [sqlite] DB access privilege problem...

2010-10-20 Thread Simon Slavin
On 20 Oct 2010, at 8:07pm, Kees Nuyt wrote: > The easiest way to solve your problem is to format the USB > stick as a FAT filesystem, not NTFS. Other than the > "readonly" bit (which is not set on your database file) FAT > doesn't support ownership, nor ACL's. Or just create the database file

Re: [sqlite] DB access privilege problem...

2010-10-20 Thread Kees Nuyt
On Tue, 19 Oct 2010 22:32:28 -0700 (PDT), forforum wrote: > > Hi, >I am using sqlite DB and am creating my DB in USB drive(this is my > application requirement), My problem is that. when am creating my DB as a > admin in 1 system and taking the same USB in 2nd system

Re: [sqlite] DB access privilege problem...

2010-10-20 Thread Drake Wilson
Quoth forforum , on 2010-10-19 22:32:28 -0700: > I am using sqlite DB and am creating my DB in USB drive(this is my > application requirement), My problem is that. when am creating my DB as a > admin in 1 system and taking the same USB in 2nd system who is having >

[sqlite] DB access privilege problem...

2010-10-19 Thread forforum
Hi, I am using sqlite DB and am creating my DB in USB drive(this is my application requirement), My problem is that. when am creating my DB as a admin in 1 system and taking the same USB in 2nd system who is having limited rights, then 2nd system user is getting Read only Database exception,