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
Why is actionform a base class rather than an interface?
Describe activation process?
Where can I find seam examples and documentation?
Do we need to override service() method
how to use debug in my elipse to solve problems that exist in my project
What are the purpose of introspection?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Explain about thread synchronization inside a monitor?
How a component can be placed on Windows?
If your ui seems to freeze periodically, what might be a likely reason?
Why are some of the class and element names counter-intuitive?
How is a java object message delivered to a non-java client?
How database connectivity in XML is achieved?
Why a client should be multithreading? Explain.
Can we sent objects using Sockets?