ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / Managing transactions / WLanguage functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HTransactionList (Function)
In french: HTransactionListe
HFSQL Client/ServerAvailable only with this kind of connection
Returns the list of current or interrupted transactions on the server for the specified connection.
AndroidAndroid Widget iPhone/iPadIOS WidgetMac Catalyst The management of transactions is available for HFSQL Client/Server databases.
Example
MyConnection is Connection
 
// Retrieve the list of transactions
sListTrs is string = HTransactionList(MyConnection)
Syntax
<Result> = HTransactionList(<Connection>)
<Result>: Character string
List of current or interrupted transactions found on the server associated with the connection. This list has the following format:
<Transaction identifier> + TAB + <Application name> + TAB +
<Client computer > + TAB + <Value of HComputer> + TAB +
<Transaction status> + CR +...
<Transaction status> is set to 0 for a current transaction and to 1 for an interrupted transaction.
<Connection>: Character string or Connection variable
Connection for which the transactions must be listed. This connection corresponds to:
Component: wd290hf.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help