ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HUpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the database schema to an HFSQL server.
HFSQL Client/Server: Backing up databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
<Connection variable>.TransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
<Connection variable>.ModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
<Connection variable>.RestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
HTransactionIsolation (Function)
Configures the isolation level of transactions for a connection to an HFSQL server.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....