On Mon, Nov 7, 2011 at 9:02 AM, Mills, Steve <smi...@makemusic.com> wrote:
>                if(pageSize > 0) {
>                        SqliteStatement  cmd("PRAGMA page_size = ?", *this);
>
>                        cmd.BindToInt(1, syz);
>                        cmd.Step();
>                }

Can't prepare and bind a PRAGMA command like that.  You'll have to
construct the full text.

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

Reply via email to