Manuel Enache <[EMAIL PROTECTED]> wrote: > I'm 100% sure that the file i am trying to access is > the file that containes the database. > > Any ideeas? I don't have any...
The SQLite database file format changed going from version 2.0 to version 2.1 (a change which occurred in 2001). To read a version 2.0 database file, you'll have to download the old 2.0 source code from CVS, compile it, and run it. -- D. Richard Hipp <[EMAIL PROTECTED]>