> From: slav...@bigfraud.org
> Date: Wed, 22 Sep 2010 10:30:27 +0100
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] Overflow Page
> 
> 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.

I thought that the last overflow page will start with 0x00 0x00 0x00 0x00.  In 
my case it starts with 0x01 0x00 0x00 0x00.  The database file was copied off 
an iPhone and contains the SMS messages on the phone.  I analyzed about 5 or 6 
such files and it appears that this page is consistently found at offset 4096 
in every file; Page 2.

                                          
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to