Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 12 XA—External Transaction Manager : tibemsXAResource : tibemsXAResource_Prepare

tibemsXAResource_Prepare
Function
Purpose
Prepare a transaction for commit.
C Declaration
tibems_status tibemsXAResource_Prepare(
    tibemsXAResource xaResource,
    XID* xid );
COBOL Call
CALL "tibemsXAResource_Prepare"
USING BY VALUE xaResource,
BY REFERENCE xid,
RETURNING tibems-status
END-CALL.
 
xaResource and xid have usage pointer.
Parameters
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved