Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,



I have an issue that in our database table we have a column named "xmlRequest" in which we are saving all the xml request of our application.

We have a Windows application in which we will display the "xmlRequest" but I am unable to fill the dataset column with the correct value of "xmlRequest". The dataset column is only showing the start tag and end tag of the xml request string
Posted
Updated 16-Jun-11 15:39pm
v2
Comments
Kschuler 14-Jun-11 13:47pm    
What kind of database are you pulling from? When you debug can you see that the full xmlrequest is actually getting pulled from the database? Can you post some of the relevant code?
Yvan Rodrigues 16-Jun-11 21:41pm    
I don't believe you :) Let's see your code that is inserting the row.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900