si l'ho capita la tua richiesta.
dai link che ho postato, quello che ho capito, è che è possibile accedere simultaneamente in lettura.
ma non in scrittura, in quanto viene impostato un file lock.
io non penso sia possibile cambiare questa modalità, ci sono database appositi per fare operazioni del genere.codice:Multiple processes can have the same database open at the same time. Multiple processes can be doing a SELECT at the same time. But only one process can be making changes to the database at any moment in time, however.
sqlite non nasce con questo scopo.
e anche da quello che leggo qua, mi sembra sia così: http://stackoverflow.com/questions/1...qlite-database

Rispondi quotando