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 a clone?

0 Answers  


what is difference between object state and behaviour?

3 Answers  


how java is os independent language ?

3 Answers  


Are enterprise beans allowed to use thread.sleep()?

0 Answers  


Is it possible to stop the execution of a method before completion in a sessionbean?

0 Answers  






What is multithread synchronizing ?

4 Answers   Sun Microsystems,


what are RemoteObjects?

0 Answers   Wipro,


Write a program to show synchronization?

0 Answers  


What is TL and its use?

0 Answers  


What modifiers may be used with an inner class that is a member of an outer class?

0 Answers  


Explain about thread synchronization inside a monitor?

0 Answers   Saksoft,


Why are component architectures useful?

0 Answers  


Categories