inserted in multiple tables of database at a time

Posted by rajkumari on Stack Overflow See other posts from Stack Overflow or by rajkumari
Published on 2010-04-06T10:01:20Z Indexed on 2010/04/06 10:03 UTC
Read the original article Hit count: 248

Filed under:
|

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() .

© Stack Overflow or respective owner

Related posts about java

Related posts about sqlite3