baanpro
29th January 2007, 23:20
Is there any way in baan to update on alias table?.
For eg. Something similar to following, which is not working syntax in baanIVc
select a.*
from tdsls040 a for update
where a.orno = :orno
selectdo
update fields for table tdsls040
db.update(ta, db.retry)
endselect
For eg. Something similar to following, which is not working syntax in baanIVc
select a.*
from tdsls040 a for update
where a.orno = :orno
selectdo
update fields for table tdsls040
db.update(ta, db.retry)
endselect