xml data in a table
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi i need guidance and help regarding following scenario for a web app using asp.net 1.1(C#) i am getting output of a web service that is xml but as a string now i want to put all the info in a table i am putting that output stream to a dataset and then try to utilize that but there is a problem there that when i give that xml to a dataset as source dataset create more then one tables while i want to store all as a one table column also there are no dependencies in those table all have unique values so can some one guide me that if there is some better scenario or how i can merge dataset tables column in one table so that can be store able in a db table regards
shezi