P
perspolis
Hi all
when I call Update method of SqlDataAdaptor it calls AcceptChanges
automatically.is it possible to prevent calling AcceptChanges??
I know I can use GetChanges method but because in my table the primary key
is auto number when I merge back the changes, it shows the channges twice in
DataGrid.
thanks in advance..
when I call Update method of SqlDataAdaptor it calls AcceptChanges
automatically.is it possible to prevent calling AcceptChanges??
I know I can use GetChanges method but because in my table the primary key
is auto number when I merge back the changes, it shows the channges twice in
DataGrid.
thanks in advance..