How to convert hexadecimal to character ?
330976Dec 1 2006 — edited Dec 1 2006Hi,
I have the follwing statement
INSERT INTO TRC_BR (BR_BIJZ,BR_AANTDOC) VALUES (HEXTORAW('486574206164726573206973206F6E6A75697374'),1 );
Problem is the hextoraw.
I have defined BR_BIJZ as a nvarchar2(400) and after import I see the value 486574206164726573206973206F6E6A75697374 in the field BR_BIJZ
How to translate the field BR-BIJZ into characters ? (Original text was a mem-field in a dBase-table: "Het adres is onjuist" (without quotes).
Any reaction will be appreciated.
Leo