|
|
|
|
|
|
|
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view... |
|
|
|
|
|
|
The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server... |
|
|
|
|
|
|
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server table (.FIC file). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
Checks the structural integrity of memos in an HFSQL Client/Server table. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
List of functions for HFSQL management |
|
|
|
|
|
|
An HFSQL context contains information relative to the data used... |
|
|
|
|
|
|
List of functions for HFSQL management |
|
|
|
|
|
|
Several HFSQL functions are used to manage the HFSQL Client/Server data... |
|
|
|
|
|
|
Several HFSQL functions are used to manage the HFSQL Client/Server data... |
|
|
|
|
|
|
Declares a transaction savepoint. |
|
|
|
|
|
|
Describes a table programmatically. |
|
|
|
|
|
|
Declares a transaction savepoint. |
|
|
|
|
|
|
Returns the list of stop words used by a full-text index. |
|
|
|
|
|
|
Rolls the transaction back to the savepoint. |
|
|
|
|
|
|
Describes a table programmatically. |
|
|
|
|
|
|
Returns the full path of the directory of HFSQL tables specified by the user when installing the application. |
|
|
|
|
|
|
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table. |
|
|
|
|
|
|
Returns the list of items: |
|
|
|
|
|
|
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server table (.FIC file). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
WDHFDiff is a tool used to compare HFSQL tables... |
|
|
|
|
|
|
The following paragraphs present the main aspects and specific features of the Native DB2 Connector... |
|
|
|
|
|
|
This document presents the different access modes to databases from a WINDEV Java application... |
|
|
|
|
|
|
Link functions are used to link the interface with the tables and vice versa. These functions are as follows: |
|
|
|
|
|
|
Checks whether the data found in the index table (.NDX file) properly refers the data found in the table (.FIC file). |
|
|
|
|
|
|
Determines if a query has been executed. |
|
|
|
|
|
|
Describes a full-text index of table created programmatically. |
|
|
|
|
|
|
Executes a SELECT query asynchronously. |
|
|
|
|
|
|
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine. |
|
|
|
|
|
|
WINDEV and WEBDEV offer an optional Native Oracle Connector (also called Native Oracle Access... |
|
|
|
|
|
|
The comparison operators can be divided into several categories... |
|
|
|
|
|
|
Defines the mode for comparing tables. |
|
|
|
|
|
|
A filter is used to define through programming a selection of records corresponding to one or more criteria... |
|
|
|
|
|
|
Checks the structural integrity of memos in an HFSQL table. |
|
|
|
|
|
|
A structure is a custom type of data... |
|
|
|
|
|
|
Determines if a query has been executed. |
|
|
|
|
|
|
Checks the structural integrity of memos in an HFSQL table. |
|
|
|
|
|
|
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file. |
|
|
|
|
|
|
Validates the current transaction: - the modifications performed on the table since the start of transaction (HTransactionStart) are validated.
- the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
- the records locked in read-only by the transaction are unlocked.
|
|
|
|
|
|
|
The File Description variable is used to programmatically describe tables. |
|
|
|
|
|
|
Training FOR ALL instruction can be used to perform different types of runs... |
|
|
|
|
|
|
Transforms all "in transaction" records into "normal" records if they do not belong to a transaction currently in progress. |
|
|
|
|
|
|
"Password" items are used to securely store passwords by using a salt and a hash algorithm... |
|
|
|
|
|
|
Executes a SELECT query asynchronously. |
|
|
|
|
|
|
WINDEV allows you to easily run queries in SQL code... |
|
|
|
|
|
|
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled). |
|
|
|
|
|
|
Declares a query created in the query editor to the HFSQL engine and runs this query. |
|
|
|
|
|
|
Checks the structural integrity of memos in an HFSQL Client/Server table. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
Validates the current transaction: - the modifications performed on the table since the start of transaction (HTransactionStart) are validated.
- the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
- the records locked in read-only by the transaction are unlocked.
|
|
|
|
|
|
|
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file. |
|
|
|
|
|
|
Checks whether the data found in the index table (.NDX file) properly refers the data found in the table (.FIC file). |
|
|
|
|
|
|
Rolls the transaction back to the savepoint. |
|
|
|
|
|
|
You can start developing your application as soon as the WINDEV project is defined as being a Java project... |
|
|
|
|
|
|
Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string. |
|
|
|
|
|
|
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction. |
|
|
|
|
|
|
Returns the list of stop words used by a full-text index. |
|
|
|
|
|
|
Returns an estimate regarding the number of entries for a given key item in a given interval of values. |
|
|
|
|
|
|
Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string. |
|
|
|
|
|
|
Returns an estimate regarding the number of entries for a given key item in a given interval of values. |
|
|
|
|
|
|
WINDEV and WEBDEV offer an optional Native Connector to DB2... |
|
|
|
|
|
|
Declares a query created in the query editor to the HFSQL engine and runs this query. |
|
|
|
|
|
|
Defines the mode for comparing tables. |
|
|
|
|
|
|
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used... |
|
|
|
|
|
|
An application that uses the User Groupware can be used with an HFSQL database in Client/Server... |
|
|
|
|
|
|
The Language property is used to set the language used to compare and sort Unicode items (Unicode... |
|
|
|
|
|
|
The Secure property is used to configure the security level of data file encryption. |
|
|
|
|
|
|
The LanguageDescribed property is used to set the language used to compare and sort Unicode items... |
|
|
|
|
|
|
The HFSQL engine proposes to isolate the transactions...... |
|
|
|
|
|
|
contains a Looper control that displays the records found in an HFSQL file.
the corresponding page... |
|
|
|
|
|
|
... of HFSQL Client/Server server.... |
|
|
|
|
|
|
A Java application is an application entirely compiled in Java...... |
|
|
|
|
|
|
The TransactionFile property is used to determine if a data file is a transaction file. |
|
|
|
|
|
|
The server that is hosting a HFSQL database engine can be very busy...... |
|
|
|
|
|
|
The Thumbnail property is used to:
get the value of an item thumbnail. This item was defined... |
|
|
|
|
|
|
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module...... |
|
|
|
|
|
|
The HClient structure is used to...... |
|
|
|
|
|
|
Returns the status of each cluster node by interrogating the coordinator. |
|
|
|
|
|
|
The different operations that can be performed with WDLog are as follows...... |
|
|
|
|
|
|
The VisibleEndUser property is used to:
Find out whether an item is visible or not to the end... |
|
|
|
|
|
|
A Scheduler control can be...... |
|
|
|
|
|
|
New features in WINDEV 27 presented in the New Features brochure.... |
|
|
|
|
|
|
A "spare" server is a target server in a unidirectional automatic replication...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|