AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Gestión de transacciones / Funciones WLanguage
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
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local