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 the difference between RMI registry and OS Agent?
What are JTA/JTS and how they used by client?
Why does most servlets extend HttpServlet?
What is the use of Class.forName
What is serialization and de-serialization ?
what is meant by JRMP?
What are local interfaces? Describe.
Explain how will the struts know which action class to call when you submit a form?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
what is default length of textfield ?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
how can u cal servlet from java?