ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Creating a delete query
A delete query (corresponding SQL statement......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Native SQL Server Connector for WINDEV and WEBDEV 2024
Native SQL Server Connector license agreement
Native SQL Server Connector (also known as Native SQL Server Access) license agreement...
WINDEV concepts
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Native MySQL Connector - License Agreement
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....
Managing space characters in the searches?
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
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......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server 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....
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
How to loop through a file using filters?
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......