On Nov 7, 2011, at 11:02:38, Mills, Steve wrote:
> // Set its page size:
> if(pageSize > 0) {
> SqliteStatement cmd("PRAGMA page_size = ?", *this);
>
> cmd.BindToInt(1, syz);
> cmd.Step();
> }
Interesting. If I ask for the page size right after this, it's still 1024, not
4096 like it should be (based on that of the source db).
--
Steve Mills
office: 952-818-3871
home: 952-401-6255
cell: 612-803-6157
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users