Raviv Shasha wrote:
> 
> Sqlite_exec (pDB, "PRAGMA auto_vacuum = 1", NULL, 0, &errMsg);
> 

Raviv,

That is correct, but you should not the following detail from 
http://www.sqlite.org/pragma.html

> Therefore, auto-vacuuming must be turned on
> before any tables are created. It is not possible to enable or
> disable auto-vacuum after a table has been created.

HTH
Dennis Cote
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to