Upgrade with updated .df and encrypted source
- Last Updated: March 30, 2020
- 3 minute read
- OpenEdge
- Version 12.2
- Documentation
When you update a database structure in the development environment, you must then re-create these changes in the database that is already established at the deployment site. To accomplish this transfer, an incremental .df file is generated in the development environment. Copies of the original and updated databases are compared, and the differences between them are incorporated into an incremental .df file. For more information on creating an incremental ABL data definitions file see Manage the OpenEdge Database.
The following general steps tell you how to prepare a .df file that includes new or modified data definitions:
- Obtain copies of the current user database and the new modified database.
- Connect the two databases.
- Compare the data definitions in the user database with the data definitions of your new updated database, creating a new incremental .df file that reflects the changes.
- Provide a utility for users that loads the incremental .df file into the existing database.
- Encrypt the procedures affected by changed data definitions.
To prepare a data definitions file: