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.
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.
Don't use sqlite directly unless you really really really have to. Use CoreData.
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.