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