AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
  • Example: Starting to read a file after pointing directly to a record
HChangeKey (Example)
Example: Starting to read a file after pointing directly to a record
WINDEVWindowsCódigo de Usuario (UMC)HFSQL ClassicHFSQL Client/ServerHyper File 5.5OLE DBConectores Nativos The following code reads a specific record using its record number (RecNumMemo variable). The read operation is initialized with HChangeKey: the search key is specified, and all the following records are read based on this search key.
HRead(CUSTOMER, RecNumMemo)
HChangeKey(CUSTOMER, CUSTNAME)
WHILE NOT HOut()
Print_Client()
HReadNext(CUSTOMER)
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