E
Earl
I'm getting a concurrency error when I try to Update certain records in a
single table (SQL2k). Indeed, it appears that a SINGLE record is failing
(although I cannot say that for certain, just all that I've seen -- all
other records I've tried to update do submit the update as advertised). I've
dropped all the indexes and relationships to this table in order to isolate
the error, but still, just the one record fails. When I submit an update, I
submit all fields. For the purposes of troubleshooting, I am updating all
fields to DbNull.value. Any generic thoughts on this?
single table (SQL2k). Indeed, it appears that a SINGLE record is failing
(although I cannot say that for certain, just all that I've seen -- all
other records I've tried to update do submit the update as advertised). I've
dropped all the indexes and relationships to this table in order to isolate
the error, but still, just the one record fails. When I submit an update, I
submit all fields. For the purposes of troubleshooting, I am updating all
fields to DbNull.value. Any generic thoughts on this?