Try OpenEdge Now
skip to main content
Programming Interfaces
Change Data Capture ABL references : API entities and entity service methods : Create( ) method
 

Create( ) method

Creates and commits the CDC table policy records to the database. This method requires an instance of ICDCTablePolicy object as the input parameter to create necessary database objects. This method returns TRUE on successful creation of a policy and returns FALSE on failure. Before calling this method, ensure that the assignments to the ICDCTablePolicy object are complete.
Return type: LOGICAL
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class

Syntax

CreateCDCTablePolicy( INPUT policy AS ICDCTablePolicy )