What is the maximum no. of connections that SQLite database can provide?
I'm using SQLite database with Java for the development of small desktop application. After few successful connection I got error message like this:
SQLite database file is locked.
What are the probable reason?
I am expecting helpful answer from you. Thank You in advance!