ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC...
LINUX: ODBC database access
The native access to HFSQL Classic and Client/Server is available for WINDEV applications running in Linux ("console" applications) and for the WEBDEV websites hosted in Linux...
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC...
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...
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access an HFSQL Classic database from an external database software that supports ODBC accesses...
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access an HFSQL Classic database from an external database software that supports ODBC accesses...
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HExecuteProcedure (Function)
Runs a stored procedure.
SQLConnect (Example)
Usage example of the SQLConnect function
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order...
SQLChangeConnection (Function)
Modifies the current connection.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL tables.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed...
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed...
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically...
SQLExec (Function)
Names and runs an SQL query.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can...
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....
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile...
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must...
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed...
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
1
3
4
5
6
7
8
>