ttsBegin;
while select forupdate TestTable where TestTable.Accountnum =="uS-027"
{
TestTable.Name ="New Enterprises";
TestTable.doupdate();
}
ttsCommit;
info("OK");
for Recid == 534777711
while select forupdate TestTable where TestTable.Accountnum =="uS-027"
{
TestTable.Name ="New Enterprises";
TestTable.doupdate();
}
ttsCommit;
info("OK");
for Recid == 534777711
Comments
Post a Comment