ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
PhysicalName (Property)
In french: NomPhysique
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
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).
Example
// 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.
WINDEVWEBDEV - Server codeReports and QueriesUniversal Windows 10 AppiPhone/iPadIOS WidgetUser code (UMC)AjaxHFSQL ClassicHFSQL Client/ServerHyper File 5.5

Defining a physical name for a data file created through programming Hide the details

<Data file>.PhysicalName = <New name>
<Data file>: Character string
Logical name of the data file used. This name was defined by the File Description type.
<New name>: Character string
Physical name of data file (without extension).
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help