N
nick_nw
Hi,
What techniques/machanisms are available in ADO.Net to ensure that
prior to a user committing an update they are working with the latest
data? E.g.
One DB, multiple user connections. Users datasets are refreshed
manually by user. User works with data and commits change (presumably
within the context of a Transaction). How can I be sure that when the
user has committed the change they are still viewing the latest data,
i.e. has any other user nipped in and made a quick change?
DB is Oracle 9/10i behind server.
Thanks in advance.
What techniques/machanisms are available in ADO.Net to ensure that
prior to a user committing an update they are working with the latest
data? E.g.
One DB, multiple user connections. Users datasets are refreshed
manually by user. User works with data and commits change (presumably
within the context of a Transaction). How can I be sure that when the
user has committed the change they are still viewing the latest data,
i.e. has any other user nipped in and made a quick change?
DB is Oracle 9/10i behind server.
Thanks in advance.