Regarding Sqlite Datbase connectivity in iphone
- by Prash.......
hi..
I am developing an application in iphone in which i have to do the database connectivity using sqlite.
I have made a "clsDBManage" class which contains 4 functions open_database, close_database, is_database_open, getdatabase_connection, which are globally defined ,i have a screen called "user details" in which i am filling the user details…