ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
SQL functions: Special case
List of SQL functions: Special case...
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
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....