jack786
16th July 2004, 10:49
In BaanIV in one session After saving the record I need to create one record
in the history table
for that After maintable io (after write) I wrote
the below chunk of code
db.retry.point()
tcmcs045.fld1 = something
tcmcs045.ld2 = something
db.insert(ttcmcs045,db.retry)
commit.transaction()
I am getting a error saying that "Transaction is on cannot continue"
where can I write this kind of code.
Is it problem with the code or problem with the place we need to write.
and also I tried after update db commit and choice.update.db
in all the places am gettting the same error
Thanks in advance
rgds,
jack
in the history table
for that After maintable io (after write) I wrote
the below chunk of code
db.retry.point()
tcmcs045.fld1 = something
tcmcs045.ld2 = something
db.insert(ttcmcs045,db.retry)
commit.transaction()
I am getting a error saying that "Transaction is on cannot continue"
where can I write this kind of code.
Is it problem with the code or problem with the place we need to write.
and also I tried after update db commit and choice.update.db
in all the places am gettting the same error
Thanks in advance
rgds,
jack