When I store a binary file in CLOB field, I can not read it, because it's corrupted.
I use D2006, DOA 4.0.7.1, Oracle Server 9.2.0.4.0, Oracle Client 10.1.0.4.0
This is Oracle script:
CREATE TABLE BLOB_TEST (BLOB_DATA CLOB);
These are the propeties I set up in design time:
object Session...