DA.Update calling Delete inappropriately

  • Thread starter Thread starter Christopher Weaver
  • Start date Start date
C

Christopher Weaver

When I invoke DA.Update(DataSetName, TableName) it invokes the DeleteCommand
even though no rows have been deleted. This happens when a row has been
altered.

Anyone have an explanation for this? How about a way to fix it?
 
Back
Top