spartacus
2nd September 2004, 13:27
Hi,
I have a
db.insert(tqmptc120, db.retry)
statement.
If my programm executes the following statement, a lot of lines later the programm jumps to a "retry.point" if I try this:
select qmptc037.*
from qmptc037
where qmptc037._index1 = {:i.quid, :i.test.group}
order by qmptc037.tseq, qmptc037.aspt, qmptc037.char
selectdo
.
.
.
The "commit.transaction()" will happen somewhere later.
Without the "db.insert()", reading (selection) of qmptc037 is possible, as it always should be.
I'm not sure about references between this tables. AFAIK there are none.
OK I'm on Baan 5.0c
Any suggestion is welcome
Thanx
I have a
db.insert(tqmptc120, db.retry)
statement.
If my programm executes the following statement, a lot of lines later the programm jumps to a "retry.point" if I try this:
select qmptc037.*
from qmptc037
where qmptc037._index1 = {:i.quid, :i.test.group}
order by qmptc037.tseq, qmptc037.aspt, qmptc037.char
selectdo
.
.
.
The "commit.transaction()" will happen somewhere later.
Without the "db.insert()", reading (selection) of qmptc037 is possible, as it always should be.
I'm not sure about references between this tables. AFAIK there are none.
OK I'm on Baan 5.0c
Any suggestion is welcome
Thanx