K
KathyB
Hi,
I have a Sub procedure where I retrieve an xml string from a single
field:
(1) SELECT FieldA FROM tblTEST WHERE...
(2) Append an element to the DOM
(3) UPDATE FieldA...
In the unlikely (but always possible) event that the UPDATE action
bumps heads with someone else's UPDATE to the same field, how would I
tell the sub to start from the beginning of the sub IF the UPDATE was
not successful...sorry, but I have no clue...how do I even capture if
the UPDATE doesn't happen?
TIA,
Kathy
I have a Sub procedure where I retrieve an xml string from a single
field:
(1) SELECT FieldA FROM tblTEST WHERE...
(2) Append an element to the DOM
(3) UPDATE FieldA...
In the unlikely (but always possible) event that the UPDATE action
bumps heads with someone else's UPDATE to the same field, how would I
tell the sub to start from the beginning of the sub IF the UPDATE was
not successful...sorry, but I have no clue...how do I even capture if
the UPDATE doesn't happen?
TIA,
Kathy