|
|
|
|
|
- Management of transactions enabled
- Limit
<Source>.SetTransaction (Function) In french: <Source>.Gè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.
Customer.SetTransaction(False)
Syntax
<Result> = <Source>.SetTransaction(<Options>)
<Result>: Boolean Corresponds to the former management mode of transactions (before the call to <Source>.SetTransaction): - True if the management of transactions was enabled,
- False if the management of transactions was disabled.
<Source>: Type corresponding to the specified source Name of the data file used. <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 <Connection variable>.TransactionStart).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|