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 |
What is RPC?
What method is invoked to cause an object to begin executing as a separate thread?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
what are the software's needed to develop advanced java 3 tier application project
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
What is clustering? What are the different algorithms used for clustering?
What are the states associated in the thread?
Can a thread be a member of another thread?
Which textcomponent method is used to set a textcomponent to the read-only state?
what is JTA ?
Can we sent objects using Sockets?
What is the use of Class.forName