Greetings!

I have an SqLite database file that cannot be opened in my application
or with SQLiteExplorer.  Both of them report "Unsupported file format".
However, it can be opened with SQLiteSpy.  If I open it in Visual
Studio's hex editor, I see that the first few bytes of the database file
identify it as a version 3 database.  The only thing I can think of is
that the database and SQliteSpy were built with a newer version of
SQLite than I have.  My library is version 3.2.1.  

So, is there a way to find out exactly what SQLite library built this
database file?

Thanks very much!

RobR

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

Reply via email to