When I tried to read XML file by using XMLReader :
An additional column called "Subject_Id" appeared in my dataset "Course" table. Because there is another table called "Subject_Id" in the same XML file !
How to eliminate this column in my Course table !
(I didnt use schema to bind my data)
Any suggestions are appreciated ! Thanks a lot !!!
ToRecDBDataset.ReadXml(xmlfilepath)
An additional column called "Subject_Id" appeared in my dataset "Course" table. Because there is another table called "Subject_Id" in the same XML file !
How to eliminate this column in my Course table !
(I didnt use schema to bind my data)
Any suggestions are appreciated ! Thanks a lot !!!