Sample application that uses TOraStoredProc with BLOBs

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Eitan Klein

Sample application that uses TOraStoredProc with BLOBs

Post by Eitan Klein » Wed 24 Nov 2004 13:18

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

Guest

Post by Guest » Wed 24 Nov 2004 17:01

Seems ok now. Had to set the BlobType value of the two fields to ftOraBlob.
Sorry for the trouble.

Post Reply