S
steasdale
Guest
I am getting the following error with the following command: COPY-LOB FROM ipXMLFileData TO GridSetting.XMLFileData . Unconvertible character found in source data with codepage UTF-8 to codepage ISO8859-1 (12009). Could not update large object segment during copy. ipXMLFileData is a LONGCHAR. GridSetting.XMLFileData is a temp table field: FIELD XMLFileData AS CLOB COLUMN-CODEPAGE "UTF-8" :U The ipXMLFileData variable is being set to an Ultragrid column settings xml. How can I fix the 'unconvertible character' error please?
Continue reading...
Continue reading...