Maintaining a schema holder
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Maintaining a schema holder
The Data Administration provides a set of DataServer utilities that you can use to maintain a schema holder. The DataServer Tutorial describes these utilities.
Note: Keep in mind that you must have
SELECT privileges
on certain data source objects to update a schema holder. See Authorization and authentication for details.If you make changes to a MS SQL Server database, make sure to update the associated schema holder to reflect those changes if you want them to be accessible to a DataServer application. Note that you do not need to update the schema holder if the application will never access data objects affected by the change. For example, if you add a table object that a DataServer application will never access, you do not need to update the schema holder.
Each time that you update the schema holder, you must recompile your DataServer application (.p and .w files) to generate new r-code.