C
cverbiest
Guest
In my code I do a find last on rtb_ver but I work directly on the database so there could be a difference between the db table and the temp-table find rtb_object where rowid(rtb_object) = to-rowid(pcontext) no-lock. find last rtb_ver of rtb_object no-lock. find rtb_task where rtb_task.task-num = rtb_ver.task-num no-lock.
Continue reading...
Continue reading...