hello friends.
(1) today i will tell how u doing simple sql lite connectivity with ios. first go to this link--->database files
(2)download this two file called DBoperatrion.h and DBoperation.m file now copy this file in your code
(3) now open dboperation file code and change database which u made
(4)open appdelegate.h file import dboperation.h
(5)ok now open appldelgate.m file and put this code in first method of app delegate
[dboperation checkcreatedb]
"check createdb is method of dboperation which we call"
ok now last if doing query for insert you use execute query and if you want to use data for select query than use select data method
(1) today i will tell how u doing simple sql lite connectivity with ios. first go to this link--->database files
(2)download this two file called DBoperatrion.h and DBoperation.m file now copy this file in your code
(3) now open dboperation file code and change database which u made
(4)open appdelegate.h file import dboperation.h
(5)ok now open appldelgate.m file and put this code in first method of app delegate
[dboperation checkcreatedb]
"check createdb is method of dboperation which we call"
ok now last if doing query for insert you use execute query and if you want to use data for select query than use select data method