ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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, ...
<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.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
DNSQuery (Function)
Sends a query to a DNS server.
FaxConnect (Function)
Establishes a connection to a fax server.
<hdfsConnection variable>.CreateDirectory (Function)
Creates a directory on a Hadoop server.
<gglConnection variable>.UploadDocument (Function)
Uploads a document to the Google server.
LDAPFind (Function)
Performs a search in an LDAP server.
GglUploadDocument (Function)
Uploads a document to the Google server.
hdfsOpenConnection (Function)
Opens a connection to a Hadoop server.
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
NetServerOption (Function)
Manages the rights of clients on the server (FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV). This function is kept for backward compatibility....
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......
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.