Kevin Benson wrote:
> Maybe it should be:
>
>  TempDB.ExecSQL('PRAGMA journal_mode = OFF;');
>
> (Note the additional semicolon in the string literal)

No, semicolons are needed only as delimiter between statements
(and only if multiple statements are allowed at all).


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

Reply via email to