ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Multilingual sites in practice
7. Multilingual applications in practice
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Handling Scheduler controls programmatically
A Scheduler control can be......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
<HFSQL connection>.TransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
<HFSQL connection>.TransactionSavepoint (Function)
Declares a transaction savepoint.
<HFSQL connection>.RSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......