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

 

Creating an UltraLite application on iPhone

The first part of this tutorial walks you through the process of creating an iPhone application that maintains a list of names in a simple, single-table UltraLite database. The second part of the tutorial adds synchronization with a SQL Anywhere database to the application.

Tip

All functions should be declared in the header file or declared before use.

 See also