Is there a way to turn off optimistic concurrency in ASP.NET when updating a
record via the oleDBdataAdapte r/oleDBcommandBui lder?
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 oleDBdataAdapte r/oleDBcommandBui lder?
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!
Comment