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 journal

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 f

Re: [sqlite] network access problem

2010-05-27 Thread Black, Michael (IS)
an Mission 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 issu

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 statemen

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 file if moved locally

Re: [sqlite] network access problem

2010-05-24 Thread Griggs, Donald
I just tried -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Black, Michael (IS) Sent: Monday, May 24, 2010 2:37 PM From: sqlite-users-boun...@sqlite.org on behalf of Art Sent: Mon 5/24/2010

Re: [sqlite] network access problem

2010-05-24 Thread Black, Michael (IS)
That's not a valid file path for open(). You need to mount the share as a drive before you can use it. Michael D. Black Senior Scientist Northrop Grumman Mission Systems From: sqlite-users-boun...@sqlite.org on behalf of Art Sent: Mon 5/24/2010 1:28 PM To: s