Hello,
I'm trying retrieve an blob field in a cursor with power builder 7.
i'm using power builder 7.0.2 and oracle 8i.
Blob Document
DECLARE c_doc_blob CURSOR FOR
SELECTBLOB content
FROM EARC1P.BLOB_TABLE
WHERE EARC1P.BLOB_TABLE.PERM_ID = erm_id
ORDER BY EARC1P.BLOB_TABLE.DOCAR_ID
USING SQLARCHI;
OPEN c_doc_blob
...
when the statement 'open' execute, i'v the error:
ora24333 - zero iteration count ???
Any ideas? There is an argument to put in the dbparm? i'v try with optselectblob = 1 but it's doesn't work
I'm trying retrieve an blob field in a cursor with power builder 7.
i'm using power builder 7.0.2 and oracle 8i.
Blob Document
DECLARE c_doc_blob CURSOR FOR
SELECTBLOB content
FROM EARC1P.BLOB_TABLE
WHERE EARC1P.BLOB_TABLE.PERM_ID = erm_id
ORDER BY EARC1P.BLOB_TABLE.DOCAR_ID
USING SQLARCHI;
OPEN c_doc_blob
...
when the statement 'open' execute, i'v the error:
ora24333 - zero iteration count ???
Any ideas? There is an argument to put in the dbparm? i'v try with optselectblob = 1 but it's doesn't work