Hi,
  I had a single thread application that access one sqlite database
via SQLObject. Recently I change it and now I need to have multiples
threads accessing this database. I'm experimenting my new approach and
in some cases I get an exception from SQLObject, like this:
"OperationalError: database is locked"
  Is there any way to have multiple threads accessing SQLite database?
for instance, just one thread write to the database and the others
have just read-only access. If it is possible, this solve my problem.

Thanks,
Leandro.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to