ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
<Source>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server table....
<Connection variable>.ModifyServerRights (Function)
Sets the rights granted to a user or group on an HFSQL server.
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
HDeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server tables....
HClearSchedulingHistory (Function)
Clears the execution history of scheduled operations on an HFSQL server.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server table....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
<Connection variable>.DeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a table located in an HFSQL server.
HModifyServerRights (Function)
Sets the rights granted to a user or group on an HFSQL server.
HDeactivateServerTrigger (Function)
Disables an HFSQL Client/Server server trigger on a server....
<Connection variable>.DeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
HFSQL: Change of name
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a table accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......