ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Importing tables into the database schema (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc, ...
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HDeleteServerTrigger (Function)
Deletes a server trigger.
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
HStopServer (Function)
Stops an HFSQL server.
4. Dedicated server or shared server?
WDSQL, SQL querier: Overview
WDSQL is used to......
Properties associated with the areas defined in Zoning mode
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
13. Security advantage: "Back" button
Calculates the symmetric difference between a geographic polygon and another geometry....
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
WINDEV FTP functions
List of WINDEV FTP functions...
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Replication: The different types
The data replication is a powerful feature......