HI,
I try to understand how to use correctly the DOA component.
I have a TOracleDataset (MySelectBLOB) which includes a BLOB Field (It is useful to work with a TDatasource)
I have also a TOracleQuery (InsertMyBlob) which is used to insert the selected blob of MySelectBLOB in another table;
To...