J
John Dann
Is there a specific way in ado.net of trapping an attempted (Access)
database update by da.update that would otherwise result in a record
with a duplicated primary key? The exception generated seems to be
OleDbException which isn't a very specific exception to trap, since it
could presumably be generated for other reasons than a duplicate key.
JGD
database update by da.update that would otherwise result in a record
with a duplicated primary key? The exception generated seems to be
OleDbException which isn't a very specific exception to trap, since it
could presumably be generated for other reasons than a duplicate key.
JGD