Purpose
Disables an XML-enabled collection, removing markers that identify tables and columns as part of a collection.
dxxDisableCollection(char(UDB_SIZE) dbName, /* input */ char(UDB_SIZE) colName, /* input */ long returnCode, /* output */ varchar(1024) returnMsg) /* output */
Parameters
Table 45. dxxDisableCollection() parameters
Parameter | Description | IN/OUT parameter |
---|---|---|
dbName | The database name. | IN |
colName | The name of the XML collection. | IN |
returnCode | The return code from the stored procedure. | OUT |
returnMsg | The message text that is returned in case of error. | OUT |