ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFSQL Cluster functions
The following functions are used to manage an HFSQL cluster...
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
HClusterMasterNode (Function)
Returns the name of the master node in an HFSQL cluster.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL table.
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
<Connection variable>.DuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
<Connection variable>.InfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
<Source>.DeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
<Connection variable>.DeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL table located on a server.
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
HOpenAnalysis (Function)
Opens a database schema in HFSQL Classic format.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......