ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFSQL functions
List of functions for HFSQL management
Using Unicode in HFSQL data files
The analysis proposes two types of Unicode items ...
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile...
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file...
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...
Remote HFSQL Administrator: Overview
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...
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view...
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases...
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data...
HFSQL error handling help
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors...
Managing spatial data in HFSQL databases
Starting with version 2024, you can store and manipulate geometric and geographic data in HFSQL databases...
HFSQL Client/Server functions
Several HFSQL functions are used to manage the HFSQL Client/Server data...
<HFSQL connection>.CheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file).
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
HFSQL functions (prefix syntax)
List of functions for HFSQL management
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used...
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...
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...
<HFSQL connection>.CheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server data file.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
HDescribeLink (Function)
Describes a link between two data files programmatically.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
HStatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
<Source>.UnlockRecNum (Function)
Unlocks a record locked by:
  • HLockRecNum,
  • a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example).
<Source>.Optimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HOpen (Function)
Opens a data file.
<Source>.ListSynonym (Function)
Returns the list of synonyms used by a full-text index.
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HListKey (Function)
Returns the list of keys in a data file (query or view) recognized by the HFSQL engine.
<Source>.ListKey (Function)
Returns the list of keys in a data file (query or view) recognized by the HFSQL engine.
Link functions (prefix syntax)
Link functions are used to link the interface with the data files and vice versa.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
<Source>.ExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
<Source>.CheckStructure (Function)
Defines the mode for comparing data files.
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
Comparison operators
The comparison operators can be divided into several categories...
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
Aliases on data files: HAlias function
The aliases are used to handle ...
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
HDescribeFile (Function)
Describes a data file programmatically.
MariaDB Native Connector: Features and notes
This page presents the main aspects and requirements of the Native MariaDB Connector...
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
<Source>.UnlockFile (Function)
Unlocks the records of a data file:
  • locked by HLockFile.
  • individually locked by a locking read function.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
Filtering a data file, a view or a query
A filter is used to define programmatically a selection of records corresponding to one or more criteria...
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
HQueryExecuted (Function)
Determines if a query has been executed.
<Source>.Cross (Function)
Crosses a record in a data file.
<Source>.ListSpatialKeys (Function)
Returns the spatial keys of a data file (used in a query or view) recognized by the HFSQL engine.
HErrorModification (Function)
Allows you to:
  • return the value of a record item if a modification conflict occurs.
  • check if a modification conflict occurred.
<Source>.LogRestart (Function)
Restarts the logging process on a file.
Composite keys
A composite key is a key item containing several other items...
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HCheckStructure (Function)
Defines the mode for comparing data files.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
HRead (Function)
Reads a record in a file according to a given record number.
HReindexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
HListItem (Function)
Returns the list of items:
  • found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
  • found in a Record variable.
HSetTrigger (Function)
Enables or disables the management of triggers.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the data file 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.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a data file programmatically.
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
Type of field: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm...
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
Link Description (Variable type)
A Link Description variable is used to describe a link between two data files programmatically.
HUnlockRecNum (Function)
Unlocks a record locked by:
  • HLockRecNum,
  • a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example).
REP files
REP files contain the list of data files handled by the application.
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
HListLink (Function)
Returns the list of data file bindings (Merise type) present:
  • in the current analysis,
  • in ongoing analyses (projects with multiple analyses).
  • in a specific analysis.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HUnlockFile (Function)
Unlocks the records of a data file:
  • locked by HLockFile.
  • individually locked by a locking read function.
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
File Description (Variable type)
The File Description variable is used to programmatically describe data files.
DB2 Native Connector: Features and notes
The following paragraphs present the main aspects and specific features of the Native DB2 Connector...
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Source>.LogStop (Function)
Stops the log process of a file.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
HSetMemo (Function)
Used to modify the management mode of memo items.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Previous (Function)
Sets the position on the previous record of the data file according to a browse item.
<Source>.ImportCSV (Function)
Imports a CSV file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.Reset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
HRecreateSubscriberReplica (Function)
Recreates the subscriber replica description file (universal replication only) based on the information of the master replica (.rpm and .syn files).
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
MySQL Native Connector: Features and notes
Remarks and specific features of the Native MySQL Connector
HTransactionFree (Function)
Transforms all "in transaction" records into "normal" records if they do not belong to a transaction currently in progress.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.Backward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
<Source>.CreateView (Function)
Creates an HFSQL view.
This function uses the former view mechanism.
<Source>.StatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
<Source>.SetMemo (Function)
Used to modify the management mode of memo items.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a search value (generic search by default).
<Source>.Close (Function)
Closes either a data file or all data files opened by the current user: all corresponding physical data files are closed for the current user.
HCheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server data file.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created programmatically.
<Source>.DescribeFile (Function)
Describes a data file programmatically.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project...
<Connection variable>.TransactionSavepoint (Function)
Declares a transaction savepoint.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Source>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
The log process
A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)
HReset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
POUR TOUT/POUR ALL instruction (data file browsing)
Training FOR ALL instruction can be used to perform different types of runs...
<Source>.Open (Function)
Opens a data file.
HErrorLock (Function)
Used to check whether a lock error occurred.
HStatTime (Function)
Returns the time of the last update for the index statistics.
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file).
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
HTransactionEnd (Function)
Validates the current transaction:
  • the modifications performed on the data file 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.
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.RestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HCross (Function)
Crosses a record in a data file.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HDescribeItem (Function)
Describes a file item programmatically.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
<Connection variable>.TransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HPrevious (Function)
Sets the position on the previous record of the data file according to a browse item.
<Source>.ListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis.
<Source>.ExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
HCreateView (Function)
Creates an HFSQL view.
This function uses the former view mechanism.
<Source>.ImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.SavePosition (Function)
Stores the current context of a data file: current record, filter, read pointers.
HLogStop (Function)
Stops the log process of a file.
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
PostgreSQL Native Connector: Features and notes
Remarks and specific features of Native PostgreSQL Connector...
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<Source>.MigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
<Source>.SetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HLogRestart (Function)
Restarts the logging process on a file.
HOnError (Function)
Customizes the management of HFSQL errors.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code...
HDescribeSemanticIndex (Function)
Defines a semantic index of a data file created programmatically.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
<Source>.IndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HDelete (Function)
Deletes a record from a data file (query or view).
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HSetLog (Function)
Enables or disables log management on a file.
Spare server
A "spare" server is a target server in a unidirectional automatic replication...
<Source>.ExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
HMigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
HNext (Function)
Sets the position on the next data file record according to a browse item.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.Seek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a search value (generic search by default).
HCloseAnalysis (Function)
Closes the current analysis (or all current analyses in the case of a project with multiple analyses).
HListSpatialKey (Function)
Returns the spatial keys of a data file (used in a query or view) recognized by the HFSQL engine.
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<Source>.SetLog (Function)
Enables or disables log management on a file.
HDeactivateTrigger (Function)
Disables a trigger.
<Source>.ImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Application triggers
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 data file.
HImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
HClose (Function)
Closes either a data file or all data files opened by the current user: all corresponding physical data files are closed for the current user.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
HImportCSV (Function)
Imports a CSV file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Source>.EndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
Link functions
Link functions are used to link the interface with the data files and vice versa. These functions are as follows:
<Source>.StatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Source>.Security (Function)
Enables or disables the automatic security mechanism on one or more data files.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
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...
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
WDHFDiff: Presentation
WDHFDiff is a tool used to compare HFSQL data files...
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
Native DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Connector to DB2...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
7. HFSQL: files physically created
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL...
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
HFSQL Client/Server database: Recommendations
... of an HFSQL Client/Server database according to the constraints and desired features......
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
HFSQL properties associated with the queries and views
List of HFSQL properties associated with the queries and views...
6. HFSQL Client/Server clusters
7. HFSQL: files physically created
6. HFSQL Client/Server cluster
License agreement - HFSQL Client/Server
HFSQL Client/Server: Configuring the server
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data...
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
1
2
3
4
5
6
72
>