ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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 from a database accessible via a specific ODBC driver or via a Native Connector...
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code...
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Creating an insert query
An insert query (corresponding SQL statement......
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
Creating a delete query
A delete query (corresponding SQL statement......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Creating a select query
A select query (corresponding SQL statement......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
WDSQL, SQL querier: Overview
WDSQL is used to......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Query
The keyword "Query" is used to describe:
Operations in a Select query : add and delete
The following paragraphs present......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
1
2
3
4
5
6
65
>