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

difference between Abstract and Interface?

2 Answers   HCL, Infotech,


Explain RMI Architecture?

0 Answers  


what is the RMI / IIOP?

3 Answers  


whats is mean by jndi

1 Answers   SolutionNET,


How to send a request to garbage collector?

3 Answers  






what is a non-repeatable read?

0 Answers  


Define the remote object implementation?

0 Answers  


What is local interface. How values will be passed?

0 Answers  


What is RMI Registry?

6 Answers   Siemens, United Software Solutions,


What are preemptive scheduling and time slicing and what is the difference between them?

1 Answers  


In real time project when will we use Abstract class. and what are the difference between abstract and interface.

6 Answers   DELL, FCS, Polaris, Tanla Solutions, TCS,


Do I need to import javlang package any time? Why ?

0 Answers  


Categories