|
|
|
|
|
- Management of transactions enabled
- Limit
HSetTransaction (Function) In french: HGèreTransaction
 Available only with these kinds of connection
Enables or disables the management of transactions for one or more data files. Note: By default, transaction management is active.
HSetTransaction(Customer, False)
Syntax
<Result> = HSetTransaction([<Data file>, ] <Options>)
<Result>: Boolean Corresponds to the former management mode of transactions (before the call to HSetTransaction): - True if the management of transactions was enabled,
- False if the management of transactions was disabled.
If <Data file>= "*", <Result> is set to True if the management of transactions was enabled for at least one data file in the former transaction management mode. <Data file>: Optional character string Name of the data file used. If this name is not specified or if it corresponds to "*", the management of transactions is taken into account for all the date files found in the analysis. <Options>: Boolean - True if the management of transactions must be enabled for the data file,
- False if this management must be disabled.
Remarks Management of transactions enabled If the management of transactions is enabled for a single file, only the operations performed on this data file will be taken into account in the management of transactions (regardless of the data files specified in HTransactionStart).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|