Sergey Startsev <[EMAIL PROTECTED]> wrote: > Hello, > > Thursday, February 16, 2006, 7:52:12 PM, you wrote: > > dhc> That would be the least significant byte of the 4-byte > dhc> schema-layer file format version number. Why is that > dhc> important for you to know? > > My user writes, that cannot open a database. His "bad" file contains > value 01 on 2F offset. In the rest a "bad" and "good" files are > identical. > > What is correct value? 04? >
Any of 01, 02, 03, or 04 is "correct". You'll need SQLite version 3.3.0 or later in order to read or write a 04 file, though. Looks like 05 might be coming soon... -- D. Richard Hipp <[EMAIL PROTECTED]>

