ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operations performed on deployment diagrams
The following paragraphs explain......
HListServer (Function)
Lists the HFSQL servers installed on a computer.
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
HDeleteScheduling (Function)
Deletes a scheduled task found on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HModifyScheduling (Function)
Modifies a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HAddScheduling (Function)
Creates a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
HRetrieveBackup (Function)
Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
<Source>.Password (Function)
Defines the password used to create or open a data file.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).
HPass (Function)
Defines the password used to create or open a data file.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
HInfoLog (Function)
Returns information about the server logs.
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
<Source>.TrackStop (Function)
Stops tracking a data file on an HFSQL server.
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
HDropView (Function)
Removes a materialized view from the HFSQL server.
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).