Dataset Update

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have trouble with the updating of the dataset. Firstly, my dataset is
bind to a datagrid. After I have added a empty datarow into the dataset, an
empty row appear in my datagrid. Then I entered values in the columns.
During debug my dataset will show the new row with the values, but when I do
a dataset.getchange() it somehow return me the empty row (without the values
that I have entered).
 
Back
Top