
August 19th, 2004, 04:50 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
HOw can I supress warning Messages
I'm trying to use the User Defined Functions (UDF's) of XML Extender like DB2XML.Extractchar in my sql. The correct syntax of the function is
DB2XML.Extractchar(xml_document, Path)
If I try to search a path in a XML dcument that is present then it return with the following error message
SQL0462W Routine "EXTRACTCHAR" (specific name "*16152151405") has returned a warning SQLSTATE, with diagnostic text "DXXD003W Path not found. Null is returned. ". SQLSTATE=01HX0
and terminates my query. I want a mechanism where I can supress the warning "DXXD003W" and my query should continue processing the next document.
Can anybody please help me.
|