DataSet column names

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mag31

    DataSet column names

    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
Working...