ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.Transaction (Function)
Starts a transaction on the tables (HFSQL or accessed via Native Access) and creates the transaction table.
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.
Transactions: Secure your processes on HFSQL tables
This chapter covers the following topics...
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the table 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.
HTransactionInterrupted (Function)
Determines whether a transaction was interrupted (the transaction was neither committed nor rolled back).
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
<Connection variable>.TransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
Starting WDOptimizer in a command line
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application...
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) defined in the data model editor or with HOpenConnection.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
<Connection variable>.TransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
HTransaction (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
HTransactionCancel (Function)
If a transaction is active, rolls back all changes made to the tables since the beginning of the transaction.
HTransactionFree (Function)
Sets to a normal state all records that do not belong to an ongoing transaction.
<Connection variable>.TransactionCancel (Function)
If a transaction is active, rolls back all changes made to the tables since the beginning of the transaction.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code...
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files...
Client/Server transactions: available isolation modes
The HFSQL engine proposes to isolate the transactions...
HTransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the table 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.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
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...
HTransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
WDOptimizer: Presentation
The different operations that can be performed with WDOptimizer are as follows ...
<Connection variable>.TransactionSavepoint (Function)
Declares a transaction savepoint.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via Native Access) and creates the transaction table.
Errors while managing tables
When an HFSQL function fails (returns False for example), the corresponding error number...
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database...
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
SQLTransaction (Example)
Usage example of the SQLTransaction function
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite...
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server...
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted...
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
RegistryRename (Function)
Renames a key in the registry.
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
1
3
4
5
6
7
12
>