Link to home
Start Free TrialLog in
Avatar of Linking
Linking

asked on

C# Inserting Image in XML Database

I need to be able to change an image in a datareport at runtime.
To do so I will need to put the image in an XML file and call this as a subreport database with one row (containing the image) when the report is run.
How does one place an image (JPG) into a database XML: file ?
Any suggestions
Thanks
Avatar of AlexFM
AlexFM

ASKER CERTIFIED SOLUTION
Avatar of singhhome
singhhome

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
or you could mime encode the image and add a xml data node with the image, but i am not sure if this is what you want.  does the xml column in the database have a schema?  does the schema already cater for an image and you just need to change the image.  do you need to save the modified xml back into the database.  more info need more info....
Avatar of Linking

ASKER

Thanks very much