ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
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
Returns the characteristics of an HFSQL Classic or Client/Server data file.
Example
// Get the size of a data file
// by using the current connection of a data file
Trace("Total size of Customer file: " + Customer.InfoFile(hTotalSize))
Syntax

Finding out information regarding an HFSQL Classic data file Hide the details

<Result> = <Source>.FileInfo(<Information>)
<Result>: Type of the requested information
Desired information.
<Source>: Type corresponding to the specified source
Name of the data file to analyze.
<Information>: Integer constant
Requested information about the data file:
hFicSizeData file (".Fic") size in bytes.
hFtxSizeFull-text index file (".Ftx") size in bytes.
hMmoSizeMemo file (".Mmo") size in bytes.
hNdxSizeIndex file (".Ndx") size in bytes.
New in version 2024
hSdxSize
Spatial index file (".Sdx") size in bytes.
hTotalSizeTotal data file size in bytes (cumulative size of data file, memo file and index file).
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/19/2024

Send a report | Local help