ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
13. Types of standard controls
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Extracting the text of the project
The following text can be extracted......
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
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......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
14. PHP generation in practice
SQL functions: Special case
List of SQL functions: Special case...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Setup of the WEBDEV Application Server for Linux
Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Accessing a database via a web service
The database can be accessed via a web service......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
HExecuteProcedure (Function)
Runs a stored procedure.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
16. Java applications in practice
Java applications in practice...