B
bixbarton
Hi, I've got a small program, using a DataSet and OracleDataAdapter.
Fills a table ok.
Loop through the rows ok.
Change a couple of values.
Then perform an Update on the OracleDataAdapter and it gives me the
dreaded...
"Concurrency violation: the UpdateCommand affected 0 of the expected 1
records."
I've searched all over the net for help on this, but nothing I find
seems to address the problem.
I've got no AcceptChanges in there.
I've tried FillSchema() before the Update()
I've tried setting any string.empty values to DBNull.
No joy.
And of course, there is no inner exception to provide more help.
Any help would be much appreciated, this is driving me crazy.
Fills a table ok.
Loop through the rows ok.
Change a couple of values.
Then perform an Update on the OracleDataAdapter and it gives me the
dreaded...
"Concurrency violation: the UpdateCommand affected 0 of the expected 1
records."
I've searched all over the net for help on this, but nothing I find
seems to address the problem.
I've got no AcceptChanges in there.
I've tried FillSchema() before the Update()
I've tried setting any string.empty values to DBNull.
No joy.
And of course, there is no inner exception to provide more help.
Any help would be much appreciated, this is driving me crazy.