can we work with multiple tables of database with same connection object of database at same time .
suppose i have inserted value in table 1 and at same time also inserted value in table 2 of data base with same object of data base connection.
I am using sqlite database in code and getting database locked exception while commit() .