Subject | Re: [IBO] coding question |
---|---|
Author | Daniel Bertin |
Post date | 2002-02-05T02:34:33Z |
Hi all,
I read everything I could find on transactions, what if I use the default
transaction from IBOdatabase and autocommit is true how should I recover
from a messed up commit?
try
IBOtable.post
except
showmessage('error commiting ');
end
how can I recover from this, rollback and start again?
Question from a still newbie,
Daniel
I read everything I could find on transactions, what if I use the default
transaction from IBOdatabase and autocommit is true how should I recover
from a messed up commit?
try
IBOtable.post
except
showmessage('error commiting ');
end
how can I recover from this, rollback and start again?
Question from a still newbie,
Daniel