ARSetClientManagedTransaction
Description
Enables you to set a client-managed database transaction handle to the given user context. After the transaction handle is set, all subsequent entry calls will be in the transaction that is associated with this handle. With this function, you can make data calls on different user contexts in the same transaction. You can also use handles received from the equivalent call.
Privileges
All users.
Synopsis
#include "arextern.h"
int ARSetClientManagedTransaction (
ARControlStruct*control,
int*transactionHandle,
ARStatusList*status)
Input arguments
control
The control record for the operation, which contains information about the user requesting the operation and the server on which the operation is to be performed.
transactionHandle
The transaction handle ID of the database transaction.
Return values
status
A list of zero or more notes, warnings, or errors generated from a call to this function. For a description of all possible values, see Error-checking.
See also