Jim Wang wrote: > How could I modify the page_size of the Data base? The documentation <http://www.sqlite.org/pragma.html#pragma_page_size> says: | The page_size pragma will only cause an immediate change in the page | size if it is issued while the database is still empty, prior to the | first CREATE TABLE statement. If the page_size pragma is used to | specify a new page size just prior to running the VACUUM command ... | then VACUUM will change the page size to the new value.
Regards, Clemens