J
jacob4408
ooops! ops: 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.
"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.