Re: [sqlite] Error Message "database table is locked"

2017-08-08 Thread Jens Alfke
> On Aug 8, 2017, at 9:38 PM, Manoj Sengottuvel wrote: > > In our IOS app - we are getting the error "*database table is locked*" > while executing the table drop script (e.g. drop table tbl1;). You may still have a compiled statement (sqlite3_stmt*) for a query that references this table. Tha

[sqlite] Error Message "database table is locked"

2017-08-08 Thread Manoj Sengottuvel
Hi Richard, In our IOS app - we are getting the error "*database table is locked*" while executing the table drop script (e.g. drop table tbl1;). The same error we are getting for index drop also. Pl let me know how to fix this issue. Regards, Manoj