ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a query in SQL code
The query editor allows you to create a query by typing SQL code...
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code...
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...
SQL selection conditions
To specify the selection conditions in an SQL query, you can use...
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query...
<SQLCodeFormatting variable>.Format (Function)
Applies formatting to SQL code: syntax highlighting, style standardization, etc.
Versions 2026 and later
Note: This function is only available from version 2026 - Update 1.
Subscription-exclusive new feature
Note: This function is only available from version 2026 - Update 1.
New in version 2026
Note: This function is only available from version 2026 - Update 1.
Note: This function is only available from version 2026 - Update 1.
SQLCodeFormat (Function)
Applies formatting to SQL code: syntax highlighting, style standardization, etc.
Versions 2026 and later
Note: This function is only available from version 2026 - Update 1.
Subscription-exclusive new feature
Note: This function is only available from version 2026 - Update 1.
New in version 2026
Note: This function is only available from version 2026 - Update 1.
Note: This function is only available from version 2026 - Update 1.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records...
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines...
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines...
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Description window of query (insert, update or delete) or description window of a query in SQL code
in SQL code is used to......
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
<Connection variable>.ModifyViewRights (Function)
Modifies the rights granted to a user or group on an SQL view or on a materialized view.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters...
Creating an insert query
An insert query (corresponding SQL statement......
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view...
HUpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis...
<Connection variable>.InfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view...
<Connection variable>.UpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor...
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
Creating a delete query
A delete query (corresponding SQL statement......
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native...
1
2
3
4
5
6
13
>