ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

USING IN statement in transactions
The USING ... IN statement is used to define the block of operations to be performed in a transaction.
Transactions: Secure your processes on HFSQL data files
This chapter covers the following topics...
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code...
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates...
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong...
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since...
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user...
Transactions in HFSQL Client/Server mode
and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar...
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start...
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files...
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files...
WDTrans: Overview
WDTrans is a tool for canceling transactions......
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing...
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated...
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong...
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates...
<HFSQL connection>.TransactionSavepoint (Function)
Declares a transaction savepoint.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
<HFSQL connection>.TransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
1
2
>