Good morning,
I have some questions related to the Transactions control: BeginTrans - RollBack - CommitTrans.
I was currently using VB6 and the doubts arose: 1 - The Transactions controls when performing a RollBack, returns table structure? * For example: Do I execute a DROP TABLE, CREATE TABLE in the same Transaction, and does an error occur, when executing ROllback, the deleted tables are restored / and the created ones are deleted?
2 - When opening a Transaction where all transactions are executed before they persist in bank (CommintTrans)? Any log files?
Thank you.