ABL procedure to load
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This ABL procedure loads CDC policies to your database.
Note: Before you begin,
ensure that the database is running and Change Data Capture is
enabled.
Run the following procedure from your Procedure Editor window:
Syntax
|
Parameters
- file-name
- Specify the file name without
.cdextension. A valid value must be surrounded by quotations:- "file-name" — Load the file which has CDC policy information.
- input-dir
- Specify the directory from where the .cd file is to be loaded. This directory is relative to your defined working directory.
Example
You can also run the load procedure from the proenv
command line. The following example demonstrates loading all the policies to a
database named
cdc_sample_db, from the working
directory.
|
load.p
|