[Interest] Sqlite "multithreaded" application

Joseph W Joshua joshua at blueprint-group.co.ke
Wed Oct 26 10:42:14 CEST 2011


On Wednesday 26 October 2011 10:07:03 Michele Ciampichetti wrote:
> 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.
> 

Things will get really messed up if you write to sqlite from different points. 
What if someone updates a row at the same time as some one else? You could try 
a DBMS better suited for this such as MySQL.

-- 


Joseph W Joshua
Software Developer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20111026/e67a6589/attachment.html>


More information about the Interest mailing list