Subject Can many Execute Blocks be within a Transaction.
Author

To keep Execute Blocks within size limits, my Delphi program breaks them into several smaller blocks. Since the commands within the blocks actually execute on the server, is there any advantage to putting several blocks in a single transaction?