PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Is there a way to change the default file extension for a HFSQL C/S data file?
Is there a way to change the default file extension for a HFSQL C/S data file?
Iniciado por jimweatherly, 28,jul. 2015 14:10 - No hay respuesta
Publicado el 28,julio 2015 - 14:10
By default HFSQL uses fic as the file extension for data files. When using fic as the extension, a SQL statement does not have to include the extension in the HFSQL Control Center. The extension can be changed in the data modeler in the file's description, for example to dbf. If the file extension is not fic, the extension is required in SQL statements in HFSQL Control Center or the file will not be found.

Is there a way to change the default file extension in HFSQL C/S to either recognize another extension along with fic or to replace fic with something else as the default? I can learn to live with fic, but I would rather have the extension default to dbf.