Load table contents
- Last Updated: February 2, 2022
- 2 minute read
- OpenEdge
- Version 13.0
- 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.
The table contents (.d) file contains information about the date and numeric formats of the session that generated the file. The Data Dictionary uses the same date and numeric formats to load the table contents file. This ensures that the data is loaded correctly.
To load table contents into a database: