We are getting XML that has both text and impages as below. What is the best way to read the images and insert them at a <p> tag in the text, position mentioned by the image attribute? Appreciate any help.
Ex:
<txtbody>
<p>paragraph1</p><p>paragraph2</p><p>paragraph3</p>
</txtbody>
<image>...
I need to call a oracle stored procedure in ASP. The Stored procedure will perform some business rules and returns array / record set in the out parameter.
Can some one please suggest me a way to capture the the array of records returned by the stored procedure in ASP?
Following is the code I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.