I am creating a DataSet from an XmlDocument. The column names within the
tables are not the same as the element names. This is causing me problems as
I cannot then use the names for mapping data. An example would be an element:
<SR_0020_ID>som e text</SR_0020_ID>
becomes column name:
SR ID
If anyone nows why this is happening and how to stop it I would grateful.
Mark
tables are not the same as the element names. This is causing me problems as
I cannot then use the names for mapping data. An example would be an element:
<SR_0020_ID>som e text</SR_0020_ID>
becomes column name:
SR ID
If anyone nows why this is happening and how to stop it I would grateful.
Mark