Sqlite database pack with VACUUM
Posted: Fri 18 May 2012 11:52
Hello.
When i run the statement
ConBDSqlite.ExecSQL('VACUUM',[])
with an active transaction, it return the error
cannot VACUUM from within a transaction.
If before that i run the statement
ConBdSqlite.Commit
it return the error
cannot VACUUM - SQL statements in progress.
What I'm doing wrong.
Thank in advance.
When i run the statement
ConBDSqlite.ExecSQL('VACUUM',[])
with an active transaction, it return the error
cannot VACUUM from within a transaction.
If before that i run the statement
ConBdSqlite.Commit
it return the error
cannot VACUUM - SQL statements in progress.
What I'm doing wrong.
Thank in advance.