ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword...
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code...
SQL selection conditions
To specify the selection conditions in an SQL query, you can use...
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 commands available in an SQL query
WINDEV allows you to easily run queries in SQL code...
MariaDB Native Connector: Features and notes
This page presents the main aspects and requirements of the Native MariaDB Connector...
CodeGetCSSDeclarations
Returns a CSS style sheet corresponding to a WLanguage code theme.
Note: This function is only available from version 2026 - Update 1.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
<SQLCodeFormatting variable>.Format (Function)
Applies formatting to SQL code: syntax highlighting, style standardization, etc.
Note: This function is only available from version 2026 - Update 1.
SQLCodeFormat (Function)
Applies formatting to SQL code: syntax highlighting, style standardization, etc.
Note: This function is only available from version 2026 - Update 1.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Access Connector to MariaDB ...
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported...
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables...
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure...
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Query
The keyword "Query" is used to describe:
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect,...
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo...
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must...
Operations in a Select query : add and delete
The following paragraphs present......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported...
Creating and testing a query with parameters
... (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter...
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given...
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL...
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer...
12. Universal replication
13. Universal replication
Programming patterns
CAUTION......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure...
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect...
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
1
3
4
5
6
7
13
>