Hi there,
trying to retrieve data from an Oracle DB I ran into the following issue:
When selecting the ID column that has been created as RAW(16) NOT NULL, it will only return “System.Byte[ ]”. How do I convert the variable to a string value or set the interpretation of that column to string?
Column Format:
Values in the Column:
Output:
Cheers
Steffen