I've got a table which has a field with the following definition: FLD1 RAW(12). Delphi (2005 using the latest ODAC version) sees the field as a TVarBytes field. I can read it ok using AsString.
However when I try to insert a record I get the error 'ORA-00932 receiving a NUMBER expecting BINARY' Any ideas howto fill the field?
tia,
Martin