ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
<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.
<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.
Importing data files into the analysis (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
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....
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...
GglUploadDocument (Function)
Uploads a document to the Google server.
GglDelete (Function)
Deletes data from the Google server.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HInfoLog (Function)
Returns information about the server logs.
EmailGetAll (Function)
Retrieves all the emails found on a server.
hdfsCreateDirectory (Function)
Creates a directory on a Hadoop server.
hdfsOpenConnection (Function)
Opens a connection to a Hadoop server.
hdfsCloseConnection (Function)
Closes a connection to a Hadoop server.
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
<gglConnection variable>.UploadDocument (Function)
Uploads a document to the Google server.
<gglConnection variable>.Delete (Function)
Deletes data from the Google server.
<hdfsConnection variable>.CreateDirectory (Function)
Creates a directory on a Hadoop server.
<hdfsConnection variable>.CloseConnection (Function)
Closes a connection to a Hadoop server.
<hdfsConnection variable>.OpenConnection (Function)
Opens a connection to a Hadoop server.
<websocketClient variable>.Disconnect (Function)
Disconnects a client from a WebSocket server.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
<Connection variable>.InfoServer (Function)
Returns the specified information about the server.
<Connection variable>.ModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HTTPRequest (Function)
Starts an HTTP request on a server.
HInfoServer (Function)
Returns the specified information about the server.