Skip to main content
Inspiring
March 12, 2011
Question

vacuum supported ?

  • March 12, 2011
  • 1 reply
  • 626 views

is it possible to use 'vacuum' on a sqlite database with AIR ?

Cause I get this error message when I try to :

Error message: Error #3115: SQL Error.

Details: VACUUM is not allowed from SQL.

Thank

This topic has been closed for replies.

1 reply

vorpalAuthor
Inspiring
March 14, 2011

use

SQLConnection::compact()

instead of

VACUUM