ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
SQLExec (Function)
Names and runs an SQL query.
License agreement for Native Informix Connector
License agreement for Native Informix Connector...
License agreement for Native Progress Connector
License agreement for Native Progress Connector (also called Native Progress Access)...
Native SQL Server Connector license agreement
Native SQL Server Connector (also known as Native SQL Server Access) license agreement...
License agreement for Native Sybase Connector
License agreement for Native Sybase Connector...
Native MariaDB Connector - License Agreement
Native PostgreSQL Connector - License Agreement
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
License agreement for Native DB2 Connector
License agreement for Native DB2 Connector...
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
SQLReqExists (Function)
Checks the existence of a query.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.