AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
  • Example: Associating several physical files to the same logical file
HChangeName (Example)
Example: Associating several physical files to the same logical file
HFSQL ClassicHFSQL Client/ServerConectores Nativos The following example associates the Stat file to the physical file JANUARYSTAT.FIC, and then to the physical file FEBRUARYSTAT.FIC.
// Creating the monthly statistics for january
HChangeName(STAT, "JanuaryStat")
HCreation(STAT)
...
HClose(STAT)
 
// For february
HChangeName(STAT, "FebruaryStat")
HCreation(STAT)
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