On 5 Jul 2016, at 4:05pm, Dobrean, Adrian <adrian.dobr...@emc.com> wrote:

> I am not getting any error, i.e. sqlite3_exec returns 0 and zErrMsg is NULL.

That indicates your command worked correctly.  What makes you think your 
command is failing ?

After executing

PRAGMA journal_mode = off

please execute

PRAGMA journal_mode

and tell us what value is in the table the command returns.  It should tell you 
what setting journal_mode has now.

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

Reply via email to