Contents Index Lesson 3: Build the sample embedded SQL UltraLite application Synchronization via TCP/IP

UltraLite Embedded SQL User's Guide
  Tutorial: Build an Application Using Embedded SQL

Lesson 4: Add synchronization to your application


Once you have tested that your program is functioning properly, you can replace the code that manually insert data into the ULProduct table with instructions to synchronize the remote database with the consolidated database. Synchronization will fill the tables with data and you can subsequently execute a select query.


Synchronization via TCP/IP
Running the sample application with synchronization

Contents Index Lesson 3: Build the sample embedded SQL UltraLite application Synchronization via TCP/IP