IBM Books

XML Extender Administration and Programming

dxxDisableDB()

Purpose

Disables the database. When the XML Extender disables the database, it drops the following objects:

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 ]