Im trying to insert a BLOB with PL/SQL Package
In using OnApplyrecord when inserting
I try to use a TOracleQuery.
My Problem is, that I try to get a Image from a Blobfield and write it with a LOBLocator. Im trying TBlobfield.getdata ,Blobfield.value and so on, but don't getting the content. When...