Hi,
I get some records to a recordset and do some changes.
I want my connection or recordset or whatelse lock records that i've retrieved until i update them.
During editing no other user will be able to change values. Pessimistic option is not working (i don't know why).
Using SQL Server and ADODB
Hope i've explained well.
Thanks
@li
I get some records to a recordset and do some changes.
I want my connection or recordset or whatelse lock records that i've retrieved until i update them.
During editing no other user will be able to change values. Pessimistic option is not working (i don't know why).
Using SQL Server and ADODB
Hope i've explained well.
Thanks
@li