How to display Oracle raw(10) in Access 97
I am new to Access, not to databases and programming. I have imported an Oracle table with columns defined as RAW(10) or RAW(16). These fields in Access are binary(10)and binary(16). When creating a form to display this data how can I get it to display the hex number that was stored in Oracle?
Data stored in Oracle - "C5C4D4D34040000DFF5B379200000000"
Would like to have it display the same in Access instead of "Ã
ÃÃÃ@@"
Leroy
|