how to turn off optimistic concurrency

  • Thread starter Thread starter Chris Huddle
  • Start date Start date
C

Chris Huddle

Is there a way to turn off optimistic concurrency in ASP.NET when updating a
record via the oleDBdataAdapter/oleDBcommandBuilder?

If you use the Microsoft ASP.NET tools you can turn it off and thus modify
the SQL statement so that it doesn't include the WHERE portion, but I'm not
sure how to do the same thing in the code. I do my code-behind in VB.
Thanks!
 
If you are using CommandBuilder, you can't manipulate Optimistic concurrency
options.
 
Back
Top