< Either I have some incorrect version or don't understand how to use this:
<
< #include <sqlite3.h>
<
< int main(int argc, char** argv)
< {
< sqlite3 *db;
<
< PRAGMA journal_mode=WAL;
<
< ...
<
< gcc
[various errors]The PRAGMA is something you pass to the statement preparation API as if it was SQL.
It is not C. -- Larry Brasfield _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

