The
PhysicalName property is used to manage the physical name of HFSQL data files. This property takes into account 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.PhysicalName
Syntax
Getting the physical name of a data file Hide the details
<Current name> = <Data file>.PhysicalName
<Current name>: Character string
Physical name of data file (without extension). This name takes into account 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.