I
Ivan
Hi All,
Does anyone know how to prevent dead lock when
selecting records within Transaction??
Let me describe abit clear.
I created & open a transaction and before i commit/ rollback the transaction
i have to select few records within the same table
but the problem is once i execute a select sql statement for serveral times
(usually more than 2 times)... the select sql will be hold and the whole
application will be hung...
I guess the reason is because the transaction haven't finished
and as a result the select sql should be on queue
I have tried various solutions like changing the transaction level ... but
none of them work as needed
so.. please tell me if anyone know the solutions... thanks to all
Ivan
Does anyone know how to prevent dead lock when
selecting records within Transaction??
Let me describe abit clear.
I created & open a transaction and before i commit/ rollback the transaction
i have to select few records within the same table
but the problem is once i execute a select sql statement for serveral times
(usually more than 2 times)... the select sql will be hold and the whole
application will be hung...
I guess the reason is because the transaction haven't finished
and as a result the select sql should be on queue
I have tried various solutions like changing the transaction level ... but
none of them work as needed
so.. please tell me if anyone know the solutions... thanks to all
Ivan