D
Dino Buljubasic
Hi,
I am using VS2005 (C#) and SQL Server 2000.
How can I make sure that:
1. Client A queries info from database and displays it in a list view
or other controls on a form. If Client B changes some of this info
that is displayed by client A, clint A gets its info updated
2. If clint B tries to delete data currently displayed by client A,
the attempt should fail.
How can I make sure that database data displayed on the client's forms
is always newest data?
Any help will be appreciated.
_dino_
I am using VS2005 (C#) and SQL Server 2000.
How can I make sure that:
1. Client A queries info from database and displays it in a list view
or other controls on a form. If Client B changes some of this info
that is displayed by client A, clint A gets its info updated
2. If clint B tries to delete data currently displayed by client A,
the attempt should fail.
How can I make sure that database data displayed on the client's forms
is always newest data?
Any help will be appreciated.
_dino_