Hello,
I'm using Delphi 5, DOA 3.4.6.1, and Oracle 8.1.7.4.1 to develop an application. I also wrote a package to encapsulate a table with the following structure:
CREATE TABLE ATABLE (
AID NUMBER NOT NULL PRIMARY KEY,
AOBJECT BLOB
) ;
The package returns the ref cursor ATABLE%ROWTYPE to...