Ado.Net
-
I will explain the scenario I am updating database with dataadapter method at the same time if some person is attempting for the same thing...How do i will get to know abt this? Praveen
-
I will explain the scenario I am updating database with dataadapter method at the same time if some person is attempting for the same thing...How do i will get to know abt this? Praveen
If you need more sophisticated algorithm for updating database change you application architecture. And/or u can use SELECT FOR UPDATE SQL construct. But with this method selected rows will be locked for other users to update or delete. Tomas Rampas ------------------------------ Systems analyst, MCSD
-
I will explain the scenario I am updating database with dataadapter method at the same time if some person is attempting for the same thing...How do i will get to know abt this? Praveen
If you need more sophisticated algorithm for updating database consider changes in application architecture. And/or u can use SELECT FOR UPDATE SQL construct. But with this method selected rows will be locked for other users to update or delete. Tomas Rampas ------------------------------ Systems analyst, MCSD