XML Extender Administration and Programming
Purpose
Disables the database. When the XML Extender disables the database,
it drops the following objects:
- The XML Extender user-defined types (UDTs).
- The XML Extender user-defined functions (UDFs).
- The XML Extender DTD reference table, DTD_REF, which stores DTDs and
information about each DTD. For a complete description of the DTD_REF
table, see DTD reference table.
- The XML Extender usage table, XML_USAGE, which stores common information
for each column that is enabled for XML and for each collection. For a
complete description of the XML_USAGE table, see XML usage table.
Important: You must disable all XML columns before
attempting to disable a database. The XML Extender cannot disable a
database that contains columns or collections that are enabled for XML.
dxxDisableDB(char(UDB_SIZE) dbName, /* input */
long returnCode, /* output */
varchar(1024) returnMsg) /* output */
Parameters
Table 41. dxxDisableDB() parameters
Parameter
| Description
| IN/OUT parameter
|
dbName
| The database name.
| IN
|
returnCode
| The return code from the stored procedure.
| OUT
|
returnMsg
| The message text that is returned in case of error.
| OUT
|
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]