AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
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
HCloseAnalysis (Function)
In french: HFermeAnalyse
ODBCNot available with this kind of connection
Closes the current analysis. All the HFSQL date files, views and queries currently opened are closed and freed. After the call to HCloseAnalysis, there is no current analysis.
Example
WINDEVWEBDEV - Server codeReports and QueriesUser code (UMC)AjaxHFSQL Classic
// Opens an analysis
HOpenAnalysis("C:\SalesMgt\SalesMgt.WDD")
// Processes
...
// Closes the analysis currently used by the application
HCloseAnalysis()
Syntax
<Result> = HCloseAnalysis()
<Result>: Boolean
  • True if the analysis was closed,
  • False if a problem occurs: the analysis is not closed. HError is used to identify the error.
Remarks
  • A single analysis can be opened at a given time.
  • Only an analysis opened by HOpenAnalysis can be closed by HCloseAnalysis.
  • HCloseAnalysis has no effect if there is no current analysis.
Business / UI classification: Business Logic
Component: wd290hf.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 07/09/2023

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