AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Returns the characteristics of an HFSQL Classic or Client/Server data file.
Ejemplo
// Get the size of a data file
// by using the current connection of a data file
Trace("Total Client data file size: " + Client.InfoFile(hTotalSize))
Sintaxis

Obtener información sobre un archivo de datos HFSQL Classic Ocultar los detalles

<Result> = <Source>.FileInfo(<Information>)
<Result>: Tipo de información solicitada
Desired information.
<Source>: Tipo de fuente especificada
Name of the data file to analyze.
<Information>: Constante de tipo Integer
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.
hSdxSizeSpatial index file (".Sdx") size in bytes.
hTotalSizeTotal data file size in bytes (cumulative size of data file, memo file and index file).
Componente: wd300hf.dll
Versión mínima requerida
  • Versión 25
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/09/2024

Señalar un error o enviar una sugerencia | Ayuda local