The SQL Anywhere 10 CustDB database sample supplied with SQL Anywhere has a Customer table with columns matching those in the ULCustomer table in your UltraLite database. The following procedure synchronizes your database with the SQL Anywhere 10 CustDB database.
From a command prompt, start the MobiLink server by running the following command.
mlsrv10 -c "dsn=SQL Anywhere 10 CustDB" -v+ -zu+
The -v+
option turns on verbose logging (+ means "show all"). Verbose logging is recommended during application debugging. The -zu+
option provides automatic addition of users. See MobiLink Server Options.
Start the UltraLite MobileVB application.
Synchronize your application.
Click Synchronize.
The MobiLink server window displays the synchronization progress.
When the synchronization is complete, click Next and Previous to move through the rows of the table to verify that new information has been downloaded from the SQL Anywhere 10 CustDB database.