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
Returns the list of automatic operations in progress on an HFSQL server.
Example
// List of all operations in progress
arrOp is dynamic array of hServerOperation 
arrOp = HOperationInProgress(cnt)
Syntax
<Result> = HOperationInProgress(<Connection>)
<Result>: Array of hServerOperation
Array of hServerOperation variables containing the description of all the current operations on the HFSQL server.
<Connection>: Character string or Connection variable
Connection to a database. This connection corresponds to:
Component: wd290hf.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help