|
|
|
|
DescribedPhysicalName (Property) In french: NomPhysiqueDécrit
 Available only with these kinds of connection
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files. This property ignores the possible changes of name performed by HChangeName. You can: - Identify the physical name of a data file defined in the data model editor or through programming.
- Define a physical name for a data file (only when describing the data file through programming).
// Find out the physical name of the Customer data file ResPhysName = Customer.DescribedPhysicalName Syntax
Getting the physical name of a data file Hide the details
<Current physical name> = <Data file>.DescribedPhysicalName
<Current physical name>: Character string Physical name of data file (without extension). This name ignores the possible changes of name (HChangeName). <Data file>: Character string Logical name of the data file used. This name was defined in the data model editor or with the File Description type.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|