Hi Gang.
I'm using VB.Net 2003. In the following code I'm updating the
dataadapter with a new record added to the table:
OleDbDataAdapte r1.Update(DataS et11.GetChanges , "Table")
However, when I add another record and update the dataadapter again,
the first record gets added a second time. Is there something else
that needs to be done after doing the update?
Thanks a lot!!
Mike.
I'm using VB.Net 2003. In the following code I'm updating the
dataadapter with a new record added to the table:
OleDbDataAdapte r1.Update(DataS et11.GetChanges , "Table")
However, when I add another record and update the dataadapter again,
the first record gets added a second time. Is there something else
that needs to be done after doing the update?
Thanks a lot!!
Mike.
Comment