[Qt-interest] Sqlite multithreaded application
Michele Ciampichetti
cia.michele at gmail.com
Wed Oct 12 14:22:41 CEST 2011
GoodMorning to everybody.
I've a problem with QSqlite driver: I create an application that use an
SQLite DB by mean of QSqlite Driver. Now. I'd like to makfore it a Network
application, in which some user access the same DB from different instances
of this application on different machines.
I tryed it but, the concurrent access to QSqlite create some mistake.
This use is possible? Which is the best approach for this? I see that
Sqlite3 permit the serialization or multithread approach, how can I activate
this on my driver?
There are other DBMS that create an unique file for a DB (an support View
and Triggers) and can be access by QT?
Thanks for your time!
Michele
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20111012/e0306125/attachment.html
More information about the Qt-interest-old
mailing list