T
Tom Archer
When handling a concurrency conflict, is there a way to
get the value currently in the database without having to
manually create a command object?
Someone here pointed to the MS site where they have
a "walkthrough" on handling concurrency issues. However,
their demo uses two datasets in one app with the code
simultaneously accessing both! Unfortunately, this doesn't
represent a realistic scenario where the client is running
on multiple machines (and not in the same app).
get the value currently in the database without having to
manually create a command object?
Someone here pointed to the MS site where they have
a "walkthrough" on handling concurrency issues. However,
their demo uses two datasets in one app with the code
simultaneously accessing both! Unfortunately, this doesn't
represent a realistic scenario where the client is running
on multiple machines (and not in the same app).