How to get an image from db2 database plz help as soon as
possible
Answer Posted / 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 View All Answers
Can I have an action without a form?
What is TL and its use?
What is the immediate superclass of the applet class?
What event results from the clicking of a button?
Can you control when passivation occurs?
How task's priority is used in scheduling?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
How are commas used in the intialization and iteration parts of a for statement?
what are memory considerations of jsp compares to other web components?
What are the different class loaders used by jvm?
What is the difference between RMI registry and OS Agent?
What is the difference between static and non-static with examples?
What is bean? Where can it be used?
What’s jboss cache in short?
Difference between new operator and class.forname().newinstance()?