Use an ABL program
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
You can load a table dump file using a simple ABL program such as the following, which loads the table dump file x.d:
|
Note: An ABL program like the preceding cannot process
table dump files with code page trailers.
If you load the table dump file using this program, which uses
the IMPORT statement, you probably dumped the database using
a companion ABL program that uses the EXPORT statement.
The resulting table dump file does not contain a code page trailer.