Page 1 of 1

Sample application that uses TOraStoredProc with BLOBs

Posted: Wed 24 Nov 2004 13:18
by Eitan Klein
Using ODAC 5.10.2.8 for Delphi 7 with Oracle 9.2.0.4.

Using the TOraStoredProc to manipulate (insert/update/delete) a table with two BLOB-typed columns fails.

Is there a demo application for this kind of task?

Thanks

Posted: Wed 24 Nov 2004 17:01
by Guest
Seems ok now. Had to set the BlobType value of the two fields to ftOraBlob.
Sorry for the trouble.