P
phonl
In ADO2, how would I find the position of "x" in:
myDataSet.Tables("myTable").Rows(x).Item("myField") = "NewValue"
I want to manipulate some data in the current row in my dataset, but it
seems that I have to know the index of the row that my dataset is at. How
do I find the index of the current row?
myDataSet.Tables("myTable").Rows(x).Item("myField") = "NewValue"
I want to manipulate some data in the current row in my dataset, but it
seems that I have to know the index of the row that my dataset is at. How
do I find the index of the current row?