|
|
|
|
|
|
|
Describes a file in dBase3 format (most common format) through programming. |
|
|
|
|
|
|
Used to:
Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine.
Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery).... |
|
|
|
|
|
|
Moves several records forward from the current position in the data file, according to a specified item. |
|
|
|
|
|
|
Locks a data file and restricts the access to this data file for all other sites or applications. |
|
|
|
|
|
|
Dynamically changes the connection associated with a data file. |
|
|
|
|
|
|
Modifies the physical name of a data file. |
|
|
|
|
|
|
Changes the path to a data file (i.e. directory in which the file will be handled). |
|
|
|
|
|
|
Modifies the location of log files corresponding to an HFSQL data file. |
|
|
|
|
|
|
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables. |
|
|
|
|
|
|
Creates the description file of a subscriber replica. |
|
|
|
|
|
|
Creates the description file of a Master Replica (logged replication or universal replication). |
|
|
|
|
|
|
Ends the description of the structure of an xBase data file through programming. |
|
|
|
|
|
|
Cancels an alias that was declared beforehand by HAlias. |
|
|
|
|
|
|
Opens the xBase data file and the "memo" file if it exists. |
|
|
|
|
|
|
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist):
from the HFSQL server to the server (to perform a backup for example).
from the HFSQL server to the client (to perform a local backup for example).
from the client to the HFSQL server (to update the data files for example).
from an HFSQL server to antoher HFSQL server.... |
|
|
|
|
|
|
In single-user mode, opens an xBase data file without locking it. |
|
|
|
|
|
|
Returns information about the lock set on a data file, on one or all the records in a data file. |
|
|
|
|
|
|
Sets the position on the last record of a data file according to a browse item. |
|
|
|
|
|
|
Unlocks the records of a data file:
locked by HLockFile.
individually locked by a locking read function.... |
|
|
|
|
|
|
Adds a user to a database. |
|
|
|
|
|
|
Declares a description of data file (found in an analysis) in the current project. |
|
|
|
|
|
|
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file. |
|
|
|
|
|
|
Denies all new connections to a database or to all databases. |
|
|
|
|
|
|
Describes a data file programmatically. |
|
|
|
|
|
|
Re-allows the access (which means the connection) to one or more databases accessible via a connection. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|