AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: WLanguage functions
10 resultados
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HTransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
  • the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
  • the records locked in read-only by the transaction are unlocked.
HTransactionFree (Function)
Transforms all "in transaction" records into "normal" records if they do not belong to a transaction currently in progress.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
HTransactionInterrupted (Función)
Permite saber si se interrumpió una transacción (la transacción no se validó, ni se canceló).
HTransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
HTransactionList (Función)
Devuelve la lista de transacciones en curso o interrumpidas en el servidor de la conexión especificada.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.