GM> hi,

GM> -          I am pretty new to SQLITE and I am having a problem with the
GM> following sequence of commands:

GM> -          DELETE FROM [tableName]

GM> -          VACUUM [tableName]
 

GM> The project I am working on has multiple threads Reading / Writing to this
GM> table and other tables, and after inserting the VACUUM command to reclaim
GM> space I get an SQLITE_ERROR 0x00001.

GM> Any suggestions why I get this error?

First you could try calling sqlite3_errmsg() to get a "human readable"
error message which might contain useful information.

Second i'd try without the tablename, i think that's not used any
longer (assuming you're using a 3.x version)

Eric


Reply via email to