Saving Xml file data into database without using dataset

rbn

New member
Joined
May 19, 2011
Messages
2
Location
Brisbane
Hi,

I downloaded a complex xml file from a remote server and I need to insert data in the xml into data base.

When I tried reading xml into dataset, it throws error which says "Nested table "TABLENAME" which inherits its namespace cannot have multiple parent tables in different namespaces." I know this issue. I assume, I cannot use dataset with this type of xml file.

Instead of using dataset, in which way I could achieve this task? Can anyone explain me steps to follow or details.

Thanks in advance

P.S. I use VS2010 .net4 C# windows forms.
 
Back
Top