Joy Conner
3rd December 2008, 17:05
I am getting the following compile error. Does anyone know what this means.
Numeric expression expected. (While expanding macro 'db.retry.point')
'exit' not expected. (While expanding macro 'db.retry.point') Here is my code
select tiitm001.targ
from tiitm001 for update
where tiitm001._index1 = {:item}
selectdo
db.retry.point()
message = "Updated"
tiitm001.targ = n.wght
db.update(ttiitm001, db.retry)
commit.transaction()
endselect
The error message is stating the error line with code - db.retry.point().
Thanks in advance for any help.
Numeric expression expected. (While expanding macro 'db.retry.point')
'exit' not expected. (While expanding macro 'db.retry.point') Here is my code
select tiitm001.targ
from tiitm001 for update
where tiitm001._index1 = {:item}
selectdo
db.retry.point()
message = "Updated"
tiitm001.targ = n.wght
db.update(ttiitm001, db.retry)
commit.transaction()
endselect
The error message is stating the error line with code - db.retry.point().
Thanks in advance for any help.