G Guest Oct 19, 2004 #1 greetings, how can i get a column name from a dataset? objdt.tables(0).column(0)??? thanks in advance for the reply.
greetings, how can i get a column name from a dataset? objdt.tables(0).column(0)??? thanks in advance for the reply.
S Shiva Oct 19, 2004 #2 DataSet.Tables(0).Columns(0).ColumnName greetings, how can i get a column name from a dataset? objdt.tables(0).column(0)??? thanks in advance for the reply.
DataSet.Tables(0).Columns(0).ColumnName greetings, how can i get a column name from a dataset? objdt.tables(0).column(0)??? thanks in advance for the reply.
E Eliyahu Goldin Oct 19, 2004 #3 Note that autogenerated columns are not included in Columns collection. Eliyahu