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

Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...

2 Answers   HCL,


What is an applet?

5 Answers  


the use of try and ffinally keyword

1 Answers  


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


when we applied start()method on a thread ,how does it know that to execute run()method on that object?

2 Answers   HCL,






String is immutable.it is true String can be change to mutable How?

6 Answers   IBM, Professional Access, TCS,


What is the use of Class.forName

20 Answers   HCL,


What are the implicit objects?

2 Answers   HCL,


Name the class that is used to bind the server object with RMI Registry?

0 Answers  


What is prototype?

0 Answers  


Is jvm a overhead?

0 Answers  


What are the JSP implicit objects ?

1 Answers   eMids,


Categories