The DBCExtension database contains four stored procedures for manipulating GLOP data. The DBCExtension database and the stored procedures are created by using the Database Initialization Program (DIP) utility and executing the DIPGLOP script.
Use the stored procedures to manipulate the GLOP data system tables in the DBCExtension database.
Stored Procedure | Description |
---|---|
DBCExtension.GLOP_Add | Add GLOP data and GLOP mappings to a GLOP set. For details, see DBCExtension.GLOP_Add Stored Procedure. |
DBCExtension.GLOP_Change | Change GLOP data and some of the settings. For details, see DBCExtension.GLOP_Change Stored Procedure. |
DBCExtension.GLOP_Remove | Delete a GLOP set or remove individual components from a GLOP set. For details, see DBCExtension.GLOP_Remove Stored Procedure. |
DBCExtension.GLOP_Report | Output specific information about a particular GLOP set or all GLOP sets. For details, see DBCExtension.GLOP_Report Stored Procedure. |