Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
oXMLTable = CREATEOBJECT("XMLTABLE") oXMLTable.XMLName = STRCONV("MyTable",12)