Hi,
Is there a way to excute the vortex code snippets in transaction mode, so if part of the code fails, all of the code within the transaction fail??
Actually what I'm doing is a delete process from multitables,,, and it's very important to have transaction support, so if I deleted some records successfully from "table1" and failed to delete from "table2", how could I recover changes to "table1" ...
thanks,
Tamer Yousef
Is there a way to excute the vortex code snippets in transaction mode, so if part of the code fails, all of the code within the transaction fail??
Actually what I'm doing is a delete process from multitables,,, and it's very important to have transaction support, so if I deleted some records successfully from "table1" and failed to delete from "table2", how could I recover changes to "table1" ...
thanks,
Tamer Yousef