Load table contents
- Last Updated: March 30, 2020
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
The Data Dictionary uses a contents (.d) file that you specify to load table data into your database. A contents file contains data for a table.
Note: OpenEdge allows you to load table contents files
exceeding 2GB.
Remember the following when loading table contents:
- Table definitions must be in the database before you can load table contents.
- You must load your sequence values separately.
There are two ways to load the table contents (.d) files:
- Use the Data Dictionary.
- Use the Bulk Loader (PROUTIL BULKLOAD) utility. For information about using the Bulk Loader, see the topic on administration utilities in Manage the OpenEdge Database.
For information about performing a binary dump and load, see Binary dump and load.
To load table contents into a database: