views:

22

answers:

2

hi i am new in iphone sqlite3 database I want fetch value from database and this value is check in if condition that is equal to database value how to do this i am not understand.

plz help me.

A: 

Don't use sqlite directly unless you really really really have to. Use CoreData.

bbum
A: 

Don't use sqlite directly unless you really really really have to. If you don't want to use CoreData, use the Flying Meat Database wrappers instead.

Dave DeLong