unable to open database

前端 未结 3 1361
一整个雨季
一整个雨季 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:15

    You are opening the database on each call it would take less resource to open it once then add all the rows before closing it. In theory what you are doing should work but it is not a way I would even start using.

提交回复
热议问题