How to insert data into a SQLite database in iPhone

前端 未结 4 440
南笙
南笙 2020-12-17 04:30

I am new to iPhone development. I want to insert certain data into my database and retrieve it and display it in a table. I have created Database data.sqlite wi

4条回答
  •  一整个雨季
    2020-12-17 05:11

    If you're really interested in learning how to use SQLite to manage data in an iPhone app, I would recommend you to complete the following tutorial, as it's a very good introduction:

    iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1

    The tutorial handles Selecting, Updating, Inserting and Deleting data in an iPhone app, using SQLite.

提交回复
热议问题