Retreive a blob from Oracle DB

  • Thread starter Thread starter BoredwithExcel
  • Start date Start date
B

BoredwithExcel

Hi there,
I wish to retrieve a blob from the Oracle DB. As I understand, this
would also mean that I would have to write the contents to a temporary
storage area.

Is that correct? Do you hvae any sample codes written for visual basic
..NET.

There are images stored in the Blob field.

Cheers,
Abhijit
 
Assign the value of the field containing the image to a "byte array" that has
been sized appropriately.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top