Previous Topic: SET SESSIONNext Topic: Batch Updates


SET TRANSACTION

The SET TRANSACTION statement is a CA IDMS SQL extension used to set the current transaction attributes:

The transaction attributes are reset to the default, which can be specified by the SET SESSION statement. JDBC applications should use the Connection setReadOnly and setTransaction Isolations methods instead of executing these commands.