How to get an image from db2 database plz help as soon as
possible



How to get an image from db2 database plz help as soon as possible..

Answer / haven

You can store images as binary data. BLOB's were supported
in JDBC2.0 archtecture and you can use JDBC getBLOB() to
retrieve binary datasets (and other SQL3 data types) similar
to the way you receive the standard sql data types ...

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Advanced Java Interview Questions

What is servlet preinitialization

1 Answers   iFlex,


What do you mean by Socket Programming?

1 Answers  


What are JTA/JTS and how they used by client?

1 Answers  


What is Stream and Types?

2 Answers   Patni,


What is the immediate superclass of the applet class?

1 Answers  


What are the services in RMI ?

1 Answers  


What are the steps involved in developing an RMI object?

1 Answers  


What modifiers may be used with an interface declaration?

1 Answers  


Explain bind(), rebind(), unbind() and lookup() methods?

1 Answers  


Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.

2 Answers  


Difference between new operator and class.forname().newinstance()?

1 Answers  


Explain about local interfaces.

1 Answers  


Categories