<i><b>Originally posted by : jeorg (jeorg@inbox.as)</b></i><br />I cannot get the columns names without doing a select before and then a<br />Dim drc As DataRowCollection = r.GetSchemaTable().Rows<br /><br />does someone knows if it is possible something like<br />r.GetSchemaTable(name_of_my_table).columnName<br /><br />without any select before ? <br />I find it strange not to have a method to do it
