TOraLoader and BLOB field

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kms
Posts: 4
Joined: Tue 16 Nov 2004 11:39

TOraLoader and BLOB field

Post by kms » Tue 01 Mar 2005 16:31

Hello!

Can TOraLoader load BLOB field to table?

For example, I have an array of pointers to memory with BLOB data and know length for each memory block.
How can I save them to oracle table using TOraLoader and its event handler LoaderPutData(Sender: TOraLoader) ?

Please show an example if any.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 02 Mar 2005 11:49

TOraLoader doesn't support BLOB loading.

Post Reply