Hi
I do have one sqlite DB, with multiple dbs, and multiple scripts writing to
those tables, at one time only one script writes to one table, I.e. there
is no simultaneous read/write access to one table at one time. However, I
am getting DB locked errors, did I misunderstand Sqlite3 ? Is the lock per
DB or per table ?
Regards
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to