AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Categoría: Managing HFSQL Client/Server
32 resultados
¿Cómo hacer copias de seguridad de bases de datos HFSQL Cliente/Servidor?
La copia de seguridad de las bases de datos HFSQL Cliente/Servidor puede realizarse ...
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys...
Client/Server: Connecting client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project...
Convertir una base de datos HFSQL Classic en HFSQL Client/Server
Existen dos métodos para convertir bases de datos HFSQL Classic a HFSQL Cliente/Servidor en WINDEV, WEBDEV y WINDEV Mobile...
Diferencias y características específicas de una aplicación HFSQL Cliente/Servidor
Es posible que haya que adaptar el modo de gestión de los archivos de datos cuando se utiliza una aplicación HFSQL Cliente/Servidor...
Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub...
Enmascaramiento automático de datos
El enmascaramiento de datos es un proceso que transforma los datos de un campo que se mostrarán al usuario...
Gestión del equilibrio de la carga (equilibrio dinámico de la carga en el servidor)
El servidor que aloja un motor de base de datos HFSQL puede estar muy ocupado...
HClient structure
The HClient structure is used to...
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server.
HFSQL Cliente/Servidor: Tareas programadas
Las tareas programadas se utilizan para programar tareas automáticas...
HFSQL Client/Server: Backing up databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis...
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features...
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases...
HFSQL Client/Server: Port management
The ports used by the HFSQL Client/Server server...
HFSQL Client/Server: Server settings
HFSQL Client/Server: Setting up data files on the server
HFSQL y Docker
Docker es una plataforma de software que permite ejecutar aplicaciones en contenedores de software en Linux (Docker se ejecuta como un demonio)...
Keep-alive en la conexión
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users...
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users...
Materialized view
A materialized view is a physical data source defined by an SQL query.
Modo de funcionamiento de la aplicación HFSQL
Una aplicación HFSQL puede funcionar en modo red o en modo Servidor/Cliente...
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything.
For example:
  • a scheduled task may fail,
  • an automatic backup may fail,
  • a node may become inactive in an HFSQL cluster, ...
Optimizar el tiempo de conexión a las bases de datos HFSQL Client/Server
Esta página de ayuda explica cómo optimizar los tiempos de conexión a las bases de datos HFSQL Client/Server limitando el tráfico de red...
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
Pattern compression (ADSL, 3G, Edge, VPN, etc.)
A frame is a packet of data that flows through the network...
Política de gestión de contraseñas
Para manipular datos en una base de datos HFSQL Client/Server, los usuarios necesitan autenticarse utilizando las credenciales de acceso...
Esta novedad está disponible a partir de WINDEV Suite SaaS 2025 - Update 3.
Restoring an HFSQL Client/Server database
A backup of an HFSQL Client/Server database can be restored at any time...
Spare server
A "spare" server is a target server in a unidirectional automatic replication...
SQL view
An SQL view is a virtual data source defined by an SQL query...
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...