AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 276-32 de 32 para Transaction
WDOptimizer: Roll back / release transaction records
WDOptimizer is used to ...
USE IN (transaction)
The USE ... IN statement is used to define the block of operations to be performed in a transaction.
<Connection variable>.TransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code...
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Transacciones: Asegure sus procesos en archivos de datos HFSQL
Este capítulo abarca los siguientes temas...
HTransactionFree (Función)
Pone en estado normal todos los registros que no pertenecen a una transacción en curso.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
HTransactionEnd (Función)
Valida la transacción actual:
  • las modificaciones realizadas en el archivo de datos desde el inicio de la transacción (HTransactionStart) se validan.
  • el archivo de transacción se elimina (si la transacción es la última transacción en curso, en el caso de una aplicación de red)
  • los registros bloqueados en solo lectura por la transacción, se desbloquean.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode...
HTransactionSavepoint (Function)
Declares a transaction savepoint.
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 active, rolls back all changes made to the data files since the beginning of the transaction.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
WDOptimizer: Presentation
The various operations that can be carried out with WDOptimizer are ...
Starting WDOptimizer in a command line
HTransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
SQLTransaction (Function)
Begins, commits or rolls back a transaction:
  • on the files of a database opened by SQLConnect,
  • on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
<Connection variable>.TransactionSavepoint (Function)
Declares a transaction savepoint.
1
2