On 22 Sep 2010, at 8:45am, Scott Weigand wrote: >> Starts on a page boundary. The first four bytes are the >> next overflow page number (or 0 for the last page in a chain). > > Thanks Dan. Have you ever come across a database page that starts with > 0x1000000? The database file is roughly 328KiB, so there is no way that this > page points to another page in the file. The database is not auto-vacuum > capable and there are no Free Pages.
Is that perhaps the last page in the list ? According to http://www.sqlite.org/fileformat.html#overflow_page_chains the value is undefined (although later it states it will be 0x00 if I read the text correctly). Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users