Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.64 KB

sstranstightlycpld-field-sqlserverxaresource.md

File metadata and controls

37 lines (28 loc) · 1.64 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
SSTRANSTIGHTLYCPLD Field (SQLServerXAResource)
SSTRANSTIGHTLYCPLD Field (SQLServerXAResource)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
SSTRANSTIGHTLYCPLD Field (SQLServerXAResource)
SSTRANSTIGHTLYCPLD Field (SQLServerXAResource)
Assembly

SSTRANSTIGHTLYCPLD Field (SQLServerXAResource)

[!INCLUDEDriver_JDBC_Download]

Used to allow the tightly coupled XA transactions, which have different XA branch transaction IDs (XIDs) but have the same global transaction ID (GTRID).

Syntax

  
public static final int SSTRANSTIGHTLYCPLD  

Field Value

An int value of 32768.

Remarks

Each transaction is identified by an XA branch transaction ID (XID) and a global transaction ID (GTRID). In order to allow the applications to use tightly coupled XA transactions that have different XIDs but have the same GTRID, you must set the SSTRANSTIGHTLYCPLD on the flags parameter of the XAResource.start method. For more information about how to use this flag, see Understanding XA Transactions.

See Also

SQLServerXAResource Fields
SQLServerXAResource Members
SQLServerXAResource Class