The SQL Anywhere sample database has a Customers table with columns matching those in the Customer table in your UltraLite database. The following procedure synchronizes your database with the SQL Anywhere sample database.
From a command prompt, start the MobiLink server by running the following command.
mlsrv10 -c "dsn=SQL Anywhere 10 Demo" -v+ -zu+
The -zu+ command line option permits automatic addition of users and generation of synchronization scripts. For more information about these options, see MobiLink Server Options.
Verify that the MobiLink server starts and displays a server status window.
Start your UltraLite Crossfire application.
Click Delete repeatedly to delete all the rows in your table. Any rows left in the table would be uploaded to the Customers table in the SQL Anywhere sample database.
Synchronize your application.
Click Synchronize.
The MobiLink server window displays the synchronization progress.
When the synchronization is complete, click Next and Previous buttons to move through the rows of the table to view the data retrieved from the SQL Anywhere sample database.