ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
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 database schema...
HDropView (Function)
Removes a materialized view from the HFSQL server.
<Connection variable>.RSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
<Connection variable>.DeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL table.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
<Connection variable>.UpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HWatchStop (Function)
Stops watching a table on an HFSQL server.
<Source>.WatchStop (Function)
Stops watching a table on an HFSQL server.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
<Connection variable>.InfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
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......
Differences and specific features of an HFSQL Client/Server application
The management mode of tables may have to be adapted when using an HFSQL Client/Server application......