P
Prabhat
Hi All,
Can any body help me to use the ADO Recordset in Multiuser Environment for
SQL Server DB?
How Can I Restrict User 2 to Open the Same Row which is Opened By User 1 and
I will Display Message that "This Record is being opened for edit"?
Suppose User 1 Open a ROW using SQL "Select * from EMP Where EMPID = 1001".
So Now User 2 Should not be able to use the 1001 Employee. If He Try to open
that then he should get the Above message. But he should be able to open any
other records. And Also When the User 1 will Say "Update" or "Cancel" then
the user 2 should be able to open 1001.
I am New to Multiuser programming in ADO. Please Guide me.
Thanks
Prabhat
Can any body help me to use the ADO Recordset in Multiuser Environment for
SQL Server DB?
How Can I Restrict User 2 to Open the Same Row which is Opened By User 1 and
I will Display Message that "This Record is being opened for edit"?
Suppose User 1 Open a ROW using SQL "Select * from EMP Where EMPID = 1001".
So Now User 2 Should not be able to use the 1001 Employee. If He Try to open
that then he should get the Above message. But he should be able to open any
other records. And Also When the User 1 will Say "Update" or "Cancel" then
the user 2 should be able to open 1001.
I am New to Multiuser programming in ADO. Please Guide me.
Thanks
Prabhat