.NET Multi Users Using DataSet Question!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lester Moreno

    .NET Multi Users Using DataSet Question!

    Hello All,

    I have a question,

    If two users are conected to the same Database and one make a change in hes
    DataSet, what happend with the other user?, he not gointo se the
    changes!!????

    Any Ideas?



  • Bill Priess

    #2
    Re: .NET Multi Users Using DataSet Question!

    No, user #2 would not see the changes until the changes were updated in the
    database and the DataSet that user #2 is using is updated.

    HTH,

    Bill P.

    On Fri, 1 Aug 2003 11:35:04 -0400, Lester Moreno <lestermoreno@c ovad.net>
    wrote:
    [color=blue]
    > Hello All,
    >
    > I have a question,
    >
    > If two users are conected to the same Database and one make a change in
    > hes
    > DataSet, what happend with the other user?, he not gointo se the
    > changes!!????
    >
    > Any Ideas?
    >
    >
    >
    >[/color]



    --
    Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

    Comment

    • Bill Priess

      #3
      Re: .NET Multi Users Using DataSet Question!

      No, user #2 would not see the changes until the changes were updated in the
      database and the DataSet that user #2 is using is updated.

      HTH,

      Bill P.

      On Fri, 1 Aug 2003 11:35:04 -0400, Lester Moreno <lestermoreno@c ovad.net>
      wrote:
      [color=blue]
      > Hello All,
      >
      > I have a question,
      >
      > If two users are conected to the same Database and one make a change in
      > hes
      > DataSet, what happend with the other user?, he not gointo se the
      > changes!!????
      >
      > Any Ideas?
      >
      >
      >
      >[/color]



      --
      Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

      Comment

      Working...