Specifies whether result sets in distributed transactions are automatically closed when all rows of the result sets have been returned.
Valid Values
true | false
Behavior
If set to true, the driver automatically closes result sets in distributed transactions when all rows of the result sets have been returned.
If set to false, the driver does not automatically close result sets in distributed transactions when all rows of the result sets have been returned. Because automatically closing results sets in distributed transactions does not work correctly with DB2 V8.1 for Linux/UNIX/Windows servers prior to Fix Pack 5, use this value if your application accesses DB2 V8.1 for Linux/UNIX/Windows prior to Fix Pack 5.