ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server 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
<Connection variable>.TransactionList (Function)
In french: <Variable Connexion>.TransactionListe
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 = MyConnection.TransactionList()
Syntax
<Result> = <Connection>.TransactionList()
<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>: Connection variable
Name of the Connection variable that describes the connection for which the transactions must be listed.
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/06/2023

Send a report | Local help