Sproc was the culprit

  • Thread starter Thread starter jacob4408
  • Start date Start date
J

jacob4408

ooops! :oops: My sproc handling the delete command was of the type
"delete from table where field = parm" so the first time it was
called it deleted all the rows. Subsequent calls to the delete would
return 0 rows affected which the DataAdapter interprets as a
concurrency problem.

Whoo, glad that's over with.
 
Hi Jaboc,

Glad you answered, but please connect it to the original message, than
nobody has to take time to look that over.

Cor
 
Back
Top