O
One Handed Man \( OHM - Terry Burns \)
My Brain is dead !!!!!
I modify a single row in a DataTable By setting the FirstName column in a
specific row to another name. ( Without Accepting Changes ).
However, this statement still returns the rows with the 'New Value in it'
shouldnt it be the values before I made the change or have I missed
something.
r = Ds1.Tables(0).Select(Nothing, Nothing, DataViewRowState.OriginalRows)
--
OHM ( Terry Burns )
. . . One-Handed-Man . . .
Time flies when you don't know what you're doing
I modify a single row in a DataTable By setting the FirstName column in a
specific row to another name. ( Without Accepting Changes ).
However, this statement still returns the rows with the 'New Value in it'
shouldnt it be the values before I made the change or have I missed
something.
r = Ds1.Tables(0).Select(Nothing, Nothing, DataViewRowState.OriginalRows)
--
OHM ( Terry Burns )
. . . One-Handed-Man . . .
Time flies when you don't know what you're doing