Hi... I am developing an application in iphone and am new to iphone. Kindly let me know the code for open/close/update/delete database record in iphone using sqlite?
Regards, Vijaya
Hi... I am developing an application in iphone and am new to iphone. Kindly let me know the code for open/close/update/delete database record in iphone using sqlite?
Regards, Vijaya
Read the sqlite documentation on their website. They have API references and tutorials. All you need to get going in XCode is to add the libsqlite3.dylib to the referenced frameworks.
Please, go trough the following link u will get some idea about handling the database. http://www.switchonthecode.com/tutorials/using-sqlite-on-the-iphone
http://www.iphonesdkarticles.com/2009/02/sqlite-tutorial-saving-images-in.html