What is an update transaction in a pass-through session?
A federated server treats all dynamic SQL statements sent through pass-through sessions as updates. This behavior ensures data integrity.
If a dynamic SQL statement that is sent through a pass-through session is successful, the transaction is recorded as an update. The SQL can be any type of statement, including SELECT statements.