On 11/16/07, Michael Dupuis <[EMAIL PROTECTED]> wrote:
> On 11/16/07, Trevor Talbot <[EMAIL PROTECTED]> wrote:

> > It should just work.  Are you sure the problem is about the version
> > instead of something else?  What error are you getting?

> Yeah, that's what I expected, but I'm getting an "unsupported file
> format" error when I try and access any table. If I switch back to the
> 3.3.2 version, it works again.

As far as I can tell, the last file format introduced was in 3.3.0.
Perhaps your 3.3.2 has been modified somehow?

It would be interesting to find out what the file format is on your db
file.  That error is generated by sqlite3InitOne() in prepare.c; you
could stuff a printf() in there to see what format it's getting.  It's
expected to be in the 1-4 range.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to