开发者

Unable to open database file - sqlite3?

开发者 https://www.devze.com 2023-01-16 04:23 出处:网络
When I am trying to sqlite database in iPhone I got one error.. \"Unable to open database file\" So anyone please tell me what are the main causes for this erro开发者_运维百科r??

When I am trying to sqlite database in iPhone I got one error..

"Unable to open database file"

So anyone please tell me what are the main causes for this erro开发者_运维百科r??

Regards, Syam


  1. Make sure that you are using the correct path by logging the file path and check the file manually.
  2. Check whether the sqlite file is a proper by checking the file size. It should not be 0kb.
0

精彩评论

暂无评论...
验证码 换一张
取 消