Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

datarow column names

Status
Not open for further replies.

ghobbes2004

Programmer
Feb 5, 2004
2
IE
I was wondering if it was possible to get the column name for a datarow element.
Sometimes there are elements left out of the datarow because the source is an xml file where it is possible that an elements will not occur but it is still valid xml so I need to find out which of the element have been included in the datarow. To do this I need to find out the column headings on the datarow if that is possible
Any ideas gratefully accepted
G
 
Its ok I have figured it out by working through the columns for that table in the datatset.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top