|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
This help page explains how to create and run an SQL query through programming. |
|
|
|
|
|
|
WLanguage includes the "WL" keyword... |
|
|
|
|
|
|
The query editor allows you to create a query by typing SQL code... |
|
|
|
|
|
|
Finishes collecting information on executed queries. |
|
|
|
|
|
|
Executes an SQL query asynchronously. |
|
|
|
|
|
|
Environment of the report editor... |
|
|
|
|
|
|
Remarks and specific features of Native PostgreSQL Connector...... |
|
|
|
|
|
|
The stored procedures and the triggers are debugged from the environment, with real execution on the server...... |
|
|
|
|
|
|
The VisibleEndUser property is used to:
Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically.
Define whether an item must be visible or not to the end users (item described programmatically only).... |
|
|
|
|
|
|
In some cases, running a program or a site with or without the debugger can produce different results...... |
|
|
|
|
|
|
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed. |
|
|
|
|
|
|
The scheduled tasks are used to schedule automatic tasks...... |
|
|
|
|
|
|
Defines and enables a filter used to find the exact value of a string item. |
|
|
|
|
|
|
Defines and enables a filter used to find the exact value of a string item. |
|
|
|
|
|
|
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min |
|
|
|
|
|
|
A HFSQL application can operate in network mode or in Client/Server mode...... |
|
|
|
|
|
|
By testing the project you can simulate how the application will run...... |
|
|
|
|
|
|
Returns the path of a temporary directory on the HFSQL server. |
|
|
|
|
|
|
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode...... |
|
|
|
|
|
|
Deletes a set of stored procedures from an HFSQL server. |
|
|
|
|
|
|
Deletes a set of stored procedures from an HFSQL server. |
|
|
|
|
|
|
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way...... |
|
|
|
|
|
|
The management mode of data files may have to be adapted when using an HFSQL Client/Server application...... |
|
|
|
|
|
|
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project...... |
|
|
|
|
|
|
Creates or updates a set of procedures on an HFSQL server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|