How do you compare dataset structure in ado .net? -
I want to compare the table structure of two datasets to check any discrepancy, is it possible?
I was also compared to changing and comparing XML, but is it a better way?
Thank you
I think it depends heavily on what you do Want to If you just want to visualize the differences, then I would like to go with xml and a differential viewer tool.
If you want to see if they are different and maybe display a small list of changed fields (all this one app) then you can also go with an XML presentation of Schema or Adams Robinson has mentioned. Actually, how do you do this, you still have to loop through the table and field so that you can easily convert them to XML by changing them in advance.
Comments
Post a Comment