Non-Unicode strings cannot be assigned as values to the XMLAdapter objects, XMLName, XMLNamespace, and XMLPrefix properties.
-
Use the STRCONV(В ) function to convert a string to Unicode. The following code converts a string to Unicode.
В Copy Code oXMLTable = CREATEOBJECT("XMLTABLE") oXMLTable.XMLName = STRCONV("MyTable",12)