Cesar David Rodas Maldonado
<[EMAIL PROTECTED]> wrote:
some one can give me some link or a little of theory of how can i do
for write at same time in a database like the others databases???

With SQLite, you simply can't. The whole database is protected by many-readers-single-writer lock, only one thread at a time is ever allowed to modify the database. This is one of the things "Lite" stands for in "SQLite".

Igor Tandetnik

Reply via email to