unable to open database

前端 未结 3 1362
一整个雨季
一整个雨季 2020-12-12 03:46

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\"

3条回答
  •  抹茶落季
    2020-12-12 04:35

    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"

提交回复
热议问题