This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes How to see the content of BLOB Field Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How to see the content of BLOB Field" Watch "How to see the content of BLOB Field" New topic
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: 26183
    
  66

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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to see the content of BLOB Field
 
Similar Threads
How to convert the BLOB into String
iBatis BLOB mapping and reading AS/400
file uploading to db using servlet
How to get the BLOB
How to Display the BLOB Field