Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » UltraLite - C and C++ Programming » Tutorials » Tutorial: Building an iPhone application using the C++ API

 

Lesson 3: Adding data to the database

Now that the application has a database on the device with its schema initialized, it can start adding names to the database. To do this, the application uses a new screen with a text field.

 View controller for new names
 Root view controller setup
 Inserting new names into the database
 Build the application