image into a xml
I am using a xml database. i want to add a image for every record in xml. so how to add a picture and retrieve it in the code?
[133 byte] By [
spicysipa] at [2007-11-26 16:31:55]

> I am using a xml database. Could you explain us in brief what it is? If the problem is that it only copes with textual data, which an image is not, you can store them encoded with, say, base64.
> If the problem is that it only copes with textual> data, which an image is not, you can store them> encoded with, say, base64.Still I think that should be the JDBC driver's task. Why should the program know how the DB stores its values?