On May 11, 2010, at 2:54 PM, Lei, Rick (GE EntSol, SensInsp) wrote:

>
> Hi,
>
> I ported Sqlite3 to my instrument. The database file is stored in a  
> SDHC
> card. Sqlite3 runs ok. However I found the database file generated on
> instrument side is much bigger than the file on PC side. I checked the
> files generated on instrument by UltraEdit. I found a lot of space  
> which
> is full filled with 0 in the file. And I can't find these parts in the
> files generated on PC side. I don't know why the files are different
> between PC side and instrument side. I think they should be same. Is
> there any advice?

Different page sizes.

   http://www.sqlite.org/pragma.html#pragma_page_size

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

Reply via email to