This works:
Dim dt As System.Data.Dat aTable
Dim r As System.Data.Dat aRow = dt.Rows.Item(i)
i = r.Item(2)
but I would like to get column value as string and it doesn't work because
column name is ows_Rok_x0020_i zvedbe (when read from XML) and I don't know
it's name in DataTable.
How can I list all colum names in one DataTable?
Please help and sorry for incomplete info.
Comment