Re: [sqlite] no VFS error

2008-04-19 Thread Toby Roworth
Thanks - that seems to have fixed it D. Richard Hipp wrote: > On Apr 19, 2008, at 9:19 AM, Toby Roworth wrote: > >>> What value are you passing as the 4th argument to >>> sqlite3_open_v2()? (I assume you are using sqlite3_open_v2() >>> since that seems the mostly likely way to get this

Re: [sqlite] no VFS error

2008-04-19 Thread D. Richard Hipp
On Apr 19, 2008, at 9:19 AM, Toby Roworth wrote: >> >> What value are you passing as the 4th argument to >> sqlite3_open_v2()? (I assume you are using sqlite3_open_v2() >> since that seems the mostly likely way to get this error.) >> > I'm passing a blank string - this would appear to be the

Re: [sqlite] no VFS error

2008-04-19 Thread Toby Roworth
D. Richard Hipp wrote: > On Apr 19, 2008, at 7:41 AM, Toby Roworth wrote: > > >> When attempting to open a database, I am getting a "no such vfs" >> error. >> >> What is likely to be causing this - a quick search suggested that vfs >> may stand for virtual file system - is this right? >> >>

Re: [sqlite] no VFS error

2008-04-19 Thread D. Richard Hipp
On Apr 19, 2008, at 7:41 AM, Toby Roworth wrote: > When attempting to open a database, I am getting a "no such vfs" > error. > > What is likely to be causing this - a quick search suggested that vfs > may stand for virtual file system - is this right? > > Any help would be appreciated > What

[sqlite] no VFS error

2008-04-19 Thread Toby Roworth
When attempting to open a database, I am getting a "no such vfs" error. What is likely to be causing this - a quick search suggested that vfs may stand for virtual file system - is this right? Any help would be appreciated Toby Roworth --