Updates a CDC table policy and its field policies. This method requires ICdcTablePolicy object as input parameter. Each Get( ) method returns a single object instance and passes it to the corresponding Update( ) method to commit to the database after editing in ABL code.

Before calling this method, retrieve the policy using GetCDCTablePolicy( ) method with policy name as the input parameter and update the policy information with required changes.

Return type: LOGICAL

Access: PUBLIC

Applies to: OpenEdge.DataAdmin.DataAdminService class

Syntax

UpdateCDCTablePolicy( INPUT policy AS ICDCTablePolicy )