High everybody;
i`ve got a problem with locking in mssqlServer 7.
I'm trying to get the folowing function:
Actualy i develop a client / server system.
in this i wan't to prevent two clients to access
the same datarow / datatable. to achive this
i extended my SQL - Strings with WITH(tablockx).
imho this should do the job; but nothing
happens. to test it i wrote two little appz;
both selecting from a table with about 30000
datasets; one selects with (tablockx) the other
without. But i still can run both of them
at the same time without any problem.
If anyone could give me advice....
TIA
Vier
i`ve got a problem with locking in mssqlServer 7.
I'm trying to get the folowing function:
Actualy i develop a client / server system.
in this i wan't to prevent two clients to access
the same datarow / datatable. to achive this
i extended my SQL - Strings with WITH(tablockx).
imho this should do the job; but nothing
happens. to test it i wrote two little appz;
both selecting from a table with about 30000
datasets; one selects with (tablockx) the other
without. But i still can run both of them
at the same time without any problem.
If anyone could give me advice....
TIA
Vier