M
Mike Swaim
I'm using the DataSet merge and DataAdpater Update functions to copy
data from a table in one database to another. It works just fine,
except when it doesn't. Occasionally I'll get an error in the target
database because one of its constraints is being violated, and my
application will throw an exception.
How do I trap this exception, and determine what values were being
inserted/updated when it was thrown?
data from a table in one database to another. It works just fine,
except when it doesn't. Occasionally I'll get an error in the target
database because one of its constraints is being violated, and my
application will throw an exception.
How do I trap this exception, and determine what values were being
inserted/updated when it was thrown?