The DB2 Everyplace Sync Client provides two APIs that enable developers to build managed applications for the DB2 Everyplace Sync Server. These APIs include:
ISyncComponent is smaller then ISync.Net, but provides visual design support for developers who want to use this function.
For information about the .Net providers for the database engine,
see Overview of .NET support for building applications on the client database.
Table 2. ISync.NET managed provider location and namespaces
Available Providers | Namespaces | Supported Platforms | Location, \DB2Everyplace\Clients |
---|---|---|---|
Non-Unicode for .NET Framework | IBM.Data.Sync IBM.Data.Sync.DB2e | Win 32 |
Win32\Sync\NMP\IBM.Data.Sync.DB2e.dll |
Unicode for .NET Framework | IBM.Data.Sync IBM.Data.Sync.DB2e | Win32 Unicode |
Win32\Sync\NMP\unicode\IBM.Data.Sync.DB2e.dll |
.NET Compact Framework | IBM.Data.Sync IBM.Data.Sync.DB2e.CF | WinCE |
WinCE\Sync\NMP\IBM.Data.Sync.DB2e.CF.dll |
Sample application ISync.NET
There are two sample applications located in \DB2Everyplace\Clients\clientapisample\NMP\lang:
where lang is either C# (cs) or Visual Basic (vb)
ISync.NET API specification
You can find the API specification for ISync.NET in \DB2Everyplace\Clients\clientapisample\NMP\ISync.NET.chm
Related concepts
Related tasks