ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
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...
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...
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...
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 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...
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification...
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data...
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable...
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure...
HConnect (Example)
Usage example of the HConnect function
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo...
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
HOpenConnection (Example)
Usage example of the HOpenConnection function
HCloseConnection (Example)
Usage example of the HCloseConenction function
SQL functions: Special case
List of SQL functions: Special case...
Accessing a database via a web service
The database can be accessed via a web service......
HChangeConnection (Example)
Usage example of the HChangeConnection function
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
SQLModify (Example)
Usage example of the SQLModify function
Optional connection information
When defining the connections in the data model editor or when defining the connections...
Installing WINDEV/WEBDEV/WINDEV Mobile: Complying with the directory standard
The different Windows versions propose standard regarding the location of some files and the use...
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
SQLExec (Example)
Usage example of the SQLExec function
SQLFirst (Example)
Usage example of the SQLFirst function
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
1
2
3
4
5
>