dhowells
14th February 2002, 23:23
I have a simple update statement that is not working in Baan 5.
Example:
select tccom112.*
from tccom112 for update
where tccom112.itbp = "123456"
selectdo
tccom112.cfcg = "ABC"
db.update(ttccom112)
endselect
commit.transaction()
When the code is hit i get an error message that the record is not locked and aborts the session.
Any ideas????
Example:
select tccom112.*
from tccom112 for update
where tccom112.itbp = "123456"
selectdo
tccom112.cfcg = "ABC"
db.update(ttccom112)
endselect
commit.transaction()
When the code is hit i get an error message that the record is not locked and aborts the session.
Any ideas????