ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query editor
The query editor is used to automatically create queries on the data files......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Sub-query
A sub-query is a query whose result is used by another query......
NetListRemoteAccess (Function)
Returns the list of available remote accesses.
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Test of a query
The query editor allows you to run the test of query result......
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....
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Creating a query
Two methods can be used to create a query......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
4. HFSQL Classic
Report based on a query
Queries are used to easily select records in one or more data files......
1
2
3
4
5
6
105
>