Create Incremental .df File option
- Last Updated: October 19, 2015
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
Create Incremental .df File option
Use this option to compare two databases' schemas and create a .df file that contains any differences. You can then use the new .df file to upgrade a database to the current schema.
When you choose this option, the Create Incremental .df File window appears, as shown in the following figure:

The Data Dictionary lists all connected databases except the working database (which should be the database that has the newest version of the database schema). If you have more than two other databases connected, select the database that has the older version of the database schema. The Data Dictionary then prompts you for the filename to which you want to write the differences. The default filename is delta.df. The Data Dictionary displays the file, field, and index names as it compares the databases.
You can then use this file to apply schema changes to an existing database.