Re: [sqlite] network access problem

2010-05-27 Thread Pavel Ivanov
> a)  There are no other processes or connections accessing this db. There are > no journals or writing being done to any db across this or any connection.   > Both in the virtual world and the host pc. You didn't get Roger's words correctly. Although you don't have any other processes or

Re: [sqlite] network access problem

2010-05-27 Thread Art
a) There are no other processes or connections accessing this db. There are no journals or writing being done to any db across this or any connection. Both in the virtual world and the host pc. b) Running windows xp pro 32bit in VB. Parent PC is windows 7 ultimate 64 bit. c) Yes, when the

Re: [sqlite] network access problem

2010-05-27 Thread Black, Michael (IS)
Systems From: sqlite-users-boun...@sqlite.org on behalf of Art Sent: Wed 5/26/2010 10:45 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] network access problem Thanks for the suggestions: Sqlite Manager also fails. This is a permission issue

Re: [sqlite] network access problem

2010-05-26 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/26/2010 08:45 PM, Art wrote: > There should be no reason that the openv2 statement with read_only specified > should fail under these circumstances, Just because you are opening the database read only does not mean that other connections in

Re: [sqlite] network access problem

2010-05-26 Thread Art
Thanks for the suggestions: Sqlite Manager also fails. This is a permission issue with the sql open api. This is a "Shared Folder" under VirtualBox with "read only permission". If the folder is tagged as full access then sql open works. There should be no reason that the openv2

Re: [sqlite] network access problem

2010-05-24 Thread Jean-Christophe Deschamps
>Running in sqlite application in Virtual Box, attempt to open a >database with sqlite from a shared network folder >\\Vboxsvr\testdata however the open16 and openv2 (with read >only) both fail --- rc = 14. File opens file if moved locally to >hard drive. > >using latest version of sqlite3

Re: [sqlite] network access problem

2010-05-24 Thread Kees Nuyt
On Mon, 24 May 2010 11:28:04 -0700 (PDT), Art wrote: >Running in sqlite application in Virtual Box, attempt to open a database >with sqlite from a shared network folder \\Vboxsvr\testdata >however the open16 and openv2 (with read only) both fail --- rc = 14. >File opens

Re: [sqlite] network access problem

2010-05-24 Thread Griggs, Donald
/2010 1:28 PM To: sqlite-users@sqlite.org Subject: [sqlite] network access problem Running in sqlite application in Virtual Box, attempt to open a database with sqlite from a shared network folder \\Vboxsvr\testdata however the open16 and openv2 (with read only) both fail --- rc = 14. File opens

Re: [sqlite] network access problem

2010-05-24 Thread Black, Michael (IS)
To: sqlite-users@sqlite.org Subject: [sqlite] network access problem Running in sqlite application in Virtual Box, attempt to open a database with sqlite from a shared network folder \\Vboxsvr\testdata however the open16 and openv2 (with read only) both fail --- rc = 14. File opens file if moved

[sqlite] network access problem

2010-05-24 Thread Art
Running in sqlite application in Virtual Box, attempt to open a database with sqlite from a shared network folder \\Vboxsvr\testdata however the open16 and openv2 (with read only) both fail --- rc = 14. File opens file if moved locally to hard drive. using latest version of sqlite3 3.6.23.1