AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
  • Reindexing
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
Ejemplo
IF HIndexingInProgress(Client) <> 0 THEN
Trace("Opération impossible, réindexation en cours")
END
Sintaxis
<Result> = HIndexingInProgress(<Data file> [, <Progress Bar>])
<Result>: Integer
  • 0 if no reindex operation is in progress on the data file,
  • an integer included between 1 and 100 indicating the percentage of reindexing already performed
<Data file>: Character string
Name of the data file used.
<Progress Bar>: Optional control or window name, or optional integer
  • Name of the window in which the gauge is to be displayed, or name of the gauge type field.
  • Handle of the window that displays the progress bar.
Observaciones

Reindexing

The indexes are reorganized by the reindex operation. The data cannot be accessed during the reindex operation.
WINDEV When accessing a data file on which a reindex operation is performed, the HFSQL engine displays a window indicating that a reindex operation is in progress. This window will be automatically closed at the end of the reindexing.
For more details, see HFSQL error handling help on this window and its customization.
Componente: wd290hf.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/02/2024

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