Subject Re: [IBO] coding question
Author Daniel Bertin
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