hi, - I am pretty new to SQLITE and I am having a problem with the following sequence of commands:
- DELETE FROM [tableName] - VACUUM [tableName] The project I am working on has multiple threads Reading / Writing to this table and other tables, and after inserting the VACUUM command to reclaim space I get an SQLITE_ERROR 0x00001. Any suggestions why I get this error?

