Hi Suspa,
The dataset haschanges is for all tables and all rows in a dataset. I wished
there was a datatable.haschanges because now you are forced to use seperated
datasets when you want to update some tables in advance.
When you want individual rows checked, you have to check those using the
row, what is possible as well.
http://msdn.microsoft.com/library/de...statetopic.asp
I hope this helps?
Cor
> Yes I tried that, but the dataset.haschanges(DataRowState) still =
modified.
>
> How do I get it to ADD/INSERT a new record?
>
> "Cor Ligthert" wrote:
>
> > savebutton
> > >
> > > Did you try what I showed in your showbutton procedure?
> > >
> >
> >
> >