Board index » delphi » inserting jpeg images into Oracle8 BLOB field

inserting jpeg images into Oracle8 BLOB field

I have a problem:

when I'm trying to insert the jpeg images (C++ Builder 5) using BDE  into
Oracle8 field which type is BLOB, the image is not inserted correctly - only
the first 32KB of the image are correct then is 1 byte inserted 2-times and
the image is of course bad.

Can I insert images larger than 32KB - how?

Thanks
Martina.

 

Re:inserting jpeg images into Oracle8 BLOB field


I assume you're using SqlLinks.

1.  Set the BlobSize parameter in the BDE;  warning:  max is 1000000; or

2.  Set RequestLive and do the insert (no max).

John Pierce

Other Threads