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
DescribedPhysicalName (Property)
In french: NomPhysiqueDécrit
HFSQL ClassicHFSQL Client/ServerAvailable 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).
Example
// 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.
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>.DescribedPhysicalName = <New physical name>
<Data file>: Character string
Logical name of the data file used. This name was defined by the File Description type.
<New physical 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: 07/06/2023

Send a report | Local help