> 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
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
2 matches
Mail list logo