using transaction on several tables
Posted: Thu 17 Sep 2009 09:25
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?
I know TMyQuery.Session.Starttransaction will start an transaction on one table. But how do I start an transaction on several tables?