Technokrat
Programmer
Is there a way to encapsulate multiple COM calls under a single transaction? So, its an ALL or NOTHING deal.
For example, let say you have existing COM to handle updating records to six different tables. One is the master, and 5 tables are subordinate. Is there a way to embed the calls so that if any ONE fails, the transactions on all six are rolled back?
For example, let say you have existing COM to handle updating records to six different tables. One is the master, and 5 tables are subordinate. Is there a way to embed the calls so that if any ONE fails, the transactions on all six are rolled back?