Page 1 of 1

SQLite - 'database is locked'

Posted: Fri 28 Jan 2011 17:16
by yeohray
I have 2 apps that access the same SQLite database. If only 1 app is running, there are no problems reading and updating data. If both apps are running, there are no problems reading data, but neither app can update data. Unidac simply reports that the 'database is locked'.

I understand that SQLite would serialize the update requests, so that both updates should succeed. Are there any special settings to enable this?

Thanks in advance.

Posted: Mon 31 Jan 2011 08:31
by AlexP
Hello,

Thank you for the information.
We know about this problem.
We plan to resolve it in the next version.

Posted: Mon 31 Jan 2011 11:50
by yeohray
Thanks for the info.

Any rough estimate on when the next version will be released? I need to know this to decide if I should look at using another database engine.

Thanks.

Posted: Mon 31 Jan 2011 12:08
by AlexP
Hello,

We plan to release the next version next month.