Issue:
- Unable to execute a SQLite VACUUM command from actionscript.
Reason:
-
flash.events.SQLErrorEvent SQLError detailID : 2037 details : VACUUM is not allowed from SQL.
Solution:
- use method compact() to reclaims all unused space in the database.
compact(responder:Responder = null):void