AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
  • Example: Checking the existence of the data file named CUSTOMER
HFileExist (Example)
Example: Checking the existence of the data file named CUSTOMER
HFSQL ClassicHFSQL Client/ServerConectores Nativos The following example is used to check whether the data file named CUSTOMER exists in the specified directory.
// Check whether the CUSTOMER file exists
HChangeDir(CUSTOMER, "C:\TEMP")
 
IF HFileExist(CUSTOMER) = True AND HError() = hNoError THEN
// Processes
...
END
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: 27/05/2022

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