ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MySQL Native Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
<Connection variable>.ManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
<Connection variable>.ListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
<Connection variable>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
<Connection variable>.ModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
<Connection variable>.NotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
<Connection variable>.CheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
6. HFSQL Client/Server clusters
2. Modes to install an application
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......