devxlogo

Blobs and Java

Blobs and Java

Question:
How can I get out the value of a blob to print out on a web page using Java? I am using a cursor to get out all the data from the columns. I am using getBlob(), but it looks like it is returning the address of the blob object.

Answer:
That’s what it does, return the address of the blob. You need to write code to get what’s at that address. Sorry, I’m not a Java expert and I don’t know how you would do that in Java. Why don’t you try asking the Java Pro on this website?

See also  5 Ways to Improve Customer Experience
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist