RE: Retreive, Update, Delete problem....
- From: Daniel <Daniel@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 29 Aug 2005 05:19:02 -0700
thank you Jason..
"Daniel" wrote:
> Hi All,
> I have question regarding to the read, and update the row in the table.
>
> for example:
> user A, read the row of data from the table.
> user B, read the row of data from the table as well.
> user A, update the row of data. (lock)
> user B, update the row of data. (fail due to user A lock)
> user A, release the lock. (unlock)
> At the user B side, the data auto refresh in the data grid table.
> This time, user B update the row of data (lock).
> Lastly, user B unlock the row of data. (unlock).
>
> My question is:
> how to implement this in the web form.
> Any additional setting is needed in sql server 2000?
> What is the additional code is needed to the coding page?
> What is the additional T-SQL language is needed in our query? "? Insert..?
> Select.. ? Update..? Delete..".
>
> Any ideas? Any guidelines?
> Your help will be appreciated.
>
> Thank you in advance.
>
> Best regards,
> Daniel.
.
- References:
- Retreive, Update, Delete problem....
- From: Daniel
- Retreive, Update, Delete problem....
- Prev by Date: Re: Where did my ASP.NET dll go in ASP.NET 2.0?
- Next by Date: Re: help about browser characteristics
- Previous by thread: Re: Retreive, Update, Delete problem....
- Next by thread: Can't authenticate - please help
- Index(es):
Relevant Pages
|