Load data definitions
- Last Updated: June 14, 2021
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
To load definitions into a database, you use
a data definition (.df) file. The .df file
contains definitions for tables, fields, and indexes. Based on the
contents of the .df file, you can load either all
the data definitions for a table or only those that have changed.
Note: The Data Dictionary allows you to load data definition files
(
.df) greater than 2GB on platforms where ABL supports
large files.Note: You can use a
.df file to put objects of a certain type into default areas. For more information, see Manage default areas.To load data definitions into a table: