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!
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!