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
  • Example 1: Creating a password-protected empty data file
  • Example 2: Creating an empty data file
  • Example 3: Creating a data file by changing its name
HCreation (Example)
Example 1: Creating a password-protected empty data file
The following example creates the "Customer" data file, directly protected by a password.
// Create the "Customer" file
HCreate(Customer, "LUCY1999")
Example 2: Creating an empty data file
This example creates the "Supplier" file and specifies its password with HPass.
// Declare the password
HPass(Supplier, "LUCY1999")
HCreate(Supplier)
Example 3: Creating a data file by changing its name
This example is used to create the data file named "JanuaryStatistics.FIC". This physical file corresponds to the "STAT" file described in the analysis.
// Creating the monthly statistics for january
HChangeName(Stat, "JanuaryStatistics")
HCreate(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/03/2025

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