Re: [sqlite] Problem with PAGE_SIZE and CACHE_SIZE in the sqlite356 c-api

2009-10-06 Thread D. Richard Hipp
On Oct 6, 2009, at 8:00 AM, Koston, Thorsten (ICT) wrote: > Hello, > > i have a problem with the sqlite 3.5.6 C-API. > I want to change the page_size and the cache_size. > > I edit this values in the sqlite3.c file. Then i build the sqlite new > and start my application, whick uses sqlite. > In

[sqlite] Problem with PAGE_SIZE and CACHE_SIZE in the sqlite356 c-api

2009-10-06 Thread Koston, Thorsten (ICT)
Hello, i have a problem with the sqlite 3.5.6 C-API. I want to change the page_size and the cache_size. I edit this values in the sqlite3.c file. Then i build the sqlite new and start my application, whick uses sqlite. In the application i copy a table of a db to another db (so open an new db,