ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<Connection variable>.ModifyScheduledBackup (Function)
Modifies a backup scheduling.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
<Connection variable>.Backup (Function)
Backs up the contents of an HFSQL server: all server databases, one or more databases, one or more tables.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
HInfoLog (Function)
Returns information about the server logs.
<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Connection variable>.UpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......