On 26 Jan 2011, at 4:54pm, Ian Hardingham wrote: > Does a write on Table A block a read/write on Table B?
SQLite only has one locking thing: it locks the entire database. So under conditions where table A would be locked, all tables would be locked in the same way. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users