Hi,
I am using:
DOA 4.0.7.1
OCI: version 8.0
Oracle Database 9i
I want to transfer BLOB parameter to procedure, but it's hard to use temporary BLOB locator (OCI: version 8.0), for example:
// 'ms' is a stream containing my BLOB data
LOB := TLOBLocator.CreateTemporary(Oq.Session, otBLOB, true)...