SQLite3 or SQLite Manager make me crazy !!! Please help me !! I have a presentation next week

Posted by ahmet732 on Stack Overflow See other posts from Stack Overflow or by ahmet732
Published on 2010-05-01T09:52:35Z Indexed on 2010/05/01 9:57 UTC
Read the original article Hit count: 255

Filed under:

My friend added 90 rows into the database, I tied it up to my app. In my table view name of my variables are shown in proper fashion but when I tapped one of them, in detailsViewController their description is wrong. It shows very old description of variables not the new ones in database. Moreover, it displays the same description for different variables. What's the problem ? What am i missing? My database is correct. It displays same desscriptions for different values. It makes me worried about. Additionally, when I added a new row to my db, it accepts it but it does not perceive it when i run the app. It shows new row in my tableview if and only if I change the name of my db file. I do not want to use another SQL manager ..

© Stack Overflow or respective owner

Related posts about objective-c