iOS Question B4i BeginTransaction error: database is locked.

Paul Garcia

Member
Licensed User
Longtime User
I am working in b4i and I have problems with the local base. when making a dml statement of delete after I want to insert it gives me the following error:
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 " BeginTransaction error: database is locked" UserInfo={NSLocalizedDescription= BeginTransaction error: database is locked}>
 
Top