I have a class witch have an execute procedure. On this procedure different tables will be inserted / updated / deleted. If something is wrong the whole procedure will be rolled back.
I know TMyQuery.Session.Starttransaction will start an transaction on one table. But how do I start an transaction on several tables?