Unable to open database SQLITE iPhone

Posted by sandy on Stack Overflow See other posts from Stack Overflow or by sandy
Published on 2010-02-01T16:14:56Z Indexed on 2010/03/18 4:01 UTC
Read the original article Hit count: 521

Filed under:
|
|
|

Hi there, I am using SQLITE database in my iPhone app. I have a refresh button on my home screen and on click of that refresh button I usually fetch the data from my web service and store it into my database. In normal scenario it works fine but when I click my refresh button 4-5 times frequently my app crashes and My app log Shows "Unable to open the database" I am not sure why I am getting this SQLLITE error. Is there any restriction on inserting number of rows in SQLITE database?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about sqlite