ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Managing HFSQL Client/Server
30 results
Kerberos is an authentication mode based on the use of tickets and secret keys...
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...
A frame is a packet ot data that flows through the network...
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile...
The management mode of data files may have to be adapted when using an HFSQL Client/Server application...
A Docker container with the HFSQL server is available on Docker Hub...
The HClient structure is used to...
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server.
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)...
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...
The ports used by the HFSQL Client/Server server...
You have the ability to create applications that access the HFSQL Client/Server databases...
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis...
The scheduled tasks are used to schedule automatic tasks...
The backup of the HFSQL Client/Server databases can be performed...
A connection to the database can be interrupted at any time at "hardware" level...
To ensure data security and confidentiality, some actions may be restricted to a group of users...
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...
The server that is hosting a HFSQL database engine can be very busy...
A materialized view is a physical data source defined by an SQL query.
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 a HFSQL cluster, ...
A HFSQL application can operate in network mode or in Client/Server mode...
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic...
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...
A backup of a HFSQL Client/Server database can be restored at any time...
A "spare" server is a target server in a unidirectional automatic replication...
An SQL view is a virtual data source defined by an SQL query...
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...