Add schema to a void database
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
When you use the PROSTRCT CREATE utility on
a .st file, the resulting database files are referred
to as a void database. A void database does not contain
any OpenEdge RDBMS metaschema. The void database consists of the .db extent
and whatever .bi, .ai, .tl,
and .dn extents you defined
in the .st file. You must add metaschema information
to a void database. The OpenEdge RDBMS provides an empty database
in the size of each supported database block size for this purpose.
To add metaschema information to a void database: