ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
  • Example: Associating several physical files to the same logical file
HChangeName (Example)
Example: Associating several physical files to the same logical file
WINDEVWEBDEV - Server codeReports and QueriesJavaUser code (UMC)AjaxHFSQL ClassicHFSQL Client/ServerHyper File 5.5OLE DBNative Connectors (Native Accesses) 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)
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help