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.
SQLChangeConnection (Function)
Modifies the current connection.
Select query description window
The description window of a select query includes several sections......
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLFirst (Function)
Positions on the first row of the query result.
SQLNext (Function)
Positions on the next row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLLast (Function)
Sets the position on the last row of the query result.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications...
Description window of a combining query
The description window of a combining query consists of several sections......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access...
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes...
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified...
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Items used in a select query
A query created in the query editor can contain several types of items......
Local procedure
Two types of procedures are available......
1
5
6
7
8
9
13
>