Hi Marcus_A, I tried using the cast function to convert the data from a HEX format to a CHAR format and it didn't work. The weird thing that I found out is when I ran this SQL, SELECT CAST(XML_DATA_TXT AS CHAR(1)) FROM VAPXMT1, I get a warning message that my data is truncated but at the end of the warning message, I can see the value that was stored in CHAR format.
Would their be another way to display the VARCHAR FOR BIT DATA as the value that inserted?
Thanks.