ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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 analysis...
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
<Connection variable>.ListDatabase (Function)
Lists the Client/Server databases associated with a connection....
<Connection variable>.InfoServer (Function)
Returns the specified information about the server.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
StopWord (Property)
The StopWord property is used to define stopwords in a full-text index defined through programming.
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
SourceKey (Property)
The SourceKey property sets the characteristics of a link.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HCreateMovableReplica (Function)
Creates a movable replication.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HInfoServer (Function)
Returns the specified information about the server.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HInfoAnalysis (Function)
Returns information about an analysis (WDD file).