Hi,

I am unable to turn off journal for vfs (I am using SQLite version 3.8.7.2).
I am not getting any error and the journal mode does not get set (i.e. to 
PAGER_JOURNALMODE_OFF).
Any idea what am I doing wrong? (it used to work in 3.7.5)

"
sqlite3_open_v2("/path/mysqfile", &ddDB, SQLITE_OPEN_READWRITE | 
SQLITE_OPEN_CREATE, "myvfs");
sqlite3_exec(ddDB, "PRAGMA journal_mode = off",NULL, 0, &zErrMsg);
"

With best regards,

Adrian Dobrean
905-315-4953

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

Reply via email to