I am using below code for inserting data in the database. and i am inserting aprox 15000 records but after 245 records it throws the error \"Unable to open database\"
Sqlite has much better performance "in transation" on inserts without transaction. I particularly, massive use transaction processes, or failure comes randomly at some point with error "unable to open database file"