AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL / Gestión de transacciones / Funciones WLanguage
  • Management of transactions enabled
  • Limit
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Enables or disables the management of transactions for one or more data files.
When the management of transactions is disabled, all transaction-related functions are inhibited (HTransactionStart, HTransactionEnd, HTransactionCancel).
Note: By default, transaction management is active.
AndroidWidget Android This function can be used with HFSQL Client/Server data files only.
Ejemplo
// Disable the management of transactions on the Customer data file
HSetTransaction(Customer, False)
Sintaxis
<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.
Observaciones

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).
WINDEVWEBDEV - Código ServidorCódigo de Usuario (UMC)Ajax

Limit

The management of transactions does not apply to the xBase files.
Componente: wd300hf.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local