how to turn off optimistic concurrency

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Huddle

    how to turn off optimistic concurrency

    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!


  • William Ryan

    #2
    Re: how to turn off optimistic concurrency

    If you are using CommandBuilder, you can't manipulate Optimistic concurrency
    options.
    "Chris Huddle" <chuddle@timepl us.com> wrote in message
    news:OcbhEHSgDH A.2408@TK2MSFTN GP09.phx.gbl...[color=blue]
    > Is there a way to turn off optimistic concurrency in ASP.NET when updating[/color]
    a[color=blue]
    > 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[/color]
    not[color=blue]
    > sure how to do the same thing in the code. I do my code-behind in VB.
    > Thanks!
    >
    >[/color]


    Comment

    Working...