This topic provides an overview of how to develop DB2 Everyplace Sync Client
applications using C/C++ based on the IBM Sync Client C-API for Version
8.1. IBM Sync Client C-API function summary provides the function specifications for all the C API
functions
Prerequisites
Procedure
To develop a DB2 Everyplace Sync Client application using C/C++:
- Define the synchronization application including:
- the data it will be synchronizing;
- the operations allowed;
- the users and the user groups;
- data security (for example, data encryption over the wire and local data
encryption)
- Include the DB2 Everyplace Sync Client header file
(isyncore.h) in the C application programs, and use the DB2
Everyplace Sync Client C API functions following the function
specifications.
- Prepare, compile, and link the application code with the DB2 Everyplace
Sync Client operating system libraries, isyncconf and
isyncore.
- Test the application:
- Install the DB2 Everyplace libraries on the emulator or device for your
operating system.
- Test the application on an emulator, if applicable.
- Test the application on a device.
Related concepts
Related reference