Sets the synchronization session for a satellite. A synchronization session is associated with the version of the user application executing on the satellite. Each version of an application is supported by a particular database configuration, and manipulates particular data sets, each of which can be synchronized with a central site.
Authorization
None
Required Connection
None
Version
db2ApiDf.h
C API Syntax
/* File: db2ApiDf.h */ /* API: db2SetSyncSession */ /* ... */ SQL_API_RC SQL_API_FN db2db2SetSyncSession ( db2Uint32 versionNumber, void * pParmStruct, struct sqlca * pSqlca); typedef struct { char * piSyncSessionID; } db2SetSyncSessionStruct; /* ... */ |
API Parameters