Hi all,

I'm using a C++ wrapper to SQLite (CppSQLite3) and want to be able to 
set the temp_store, page_size, cache_size etc. I am currently doing this 
directly after opening the database (but before creating any tables) 
with the sqlite3_exec statement, however when I come to do anything to 
the tables if I check their statuses they have been reset to the default 
values. What am I doing wrong?

Regards,

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

Reply via email to