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

SQL Anywhere 12.0.0 » UltraLite - C and C++ Programming » API reference » Tutorial: Build an iPhone application using the C++ API

 

Lesson 6: Adding synchronization

Now that the Names application can add and remove names from an UltraLite database, you will add synchronization to a consolidated database server on your computer. In order to complete this lesson you will need to have SQL Anywhere installed on your computer. If you receive any errors or warnings during this lesson, make sure you have configured your installation correctly and have the proper environment variables set.

 Creating the consolidated database
 Create the consolidated table
 Create an ODBC data source
 Creating a MobiLink synchronization model
 Deploying the MobiLink synchronization model
 Starting the MobiLink server
 Adding synchronization to the iPhone application