AllowImplicitResultSetCloseForXA
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
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.
Default
true
Data Type
boolean