| Author |
How to see the content of BLOB Field
|
gurusamy sengodan
Ranch Hand
Joined: Oct 13, 2005
Posts: 41
|
|
Hi, I have written the JDBC Code to get BLOB Field from the table. But i unable to see the content of that BLOB in Servlet Code. That Blob contains one XML file. How to see the content of BLOB Field(XML File). Thanks in Advance
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Gurusamy, Please show what code you have so far so people can better help you. Also, why is the XML file a BLOB instead of a CLOB (or XML type on a recent database) ?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: How to see the content of BLOB Field
|
|
|