Hi all, 

 

I'll appreciate if anyone can send me the correct syntax for executing
PRAGMA auto_vacuum = 1 command.

 

In the sqlite documentation there is only a list of all available PRAGMA
commands, but I didn't find any code examples.

 

Do I need to execute the PRAGMA auto_vacuum via sqlite_exec as shown as
follows:

 

Sqlite_exec (pDB, "PRAGMA auto_vacuum = 1", NULL, 0, &errMsg);

 

Thanks a lot,

 

-Raviv.

 

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

Reply via email to