ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Secure (Property)
In french: Sécurisé
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The Secure property is used to configure the data file encryption security level. The security level can be:
  • defined by default,
  • high. Caution: in this case, you will not be able to retrieve the password of the data file.
You can:
  • Get the encryption security level (data file defined in the data model editor or programmatically).
  • Set the encryption security level (files described programmatically only).
Example
// Define the encryption security level of the Orders data file
Orders.Secure = True
...
// Validate the data file description
HDescribeFile(Orders)
Syntax

Getting the encryption security level Hide the details

<Security level> = <Data file>.Secure
<Security level>: Boolean
  • True if the security level is the highest,
  • False otherwise.
<Data file>: Character string
Name of the data file used. This name is defined in the data model editor or with the File Description type.

Set the encryption security level (file described programmatically) Hide the details

<Data file>.Secure = <Security level>
<Data file>: Character string
Name of the data file used. This name is defined with the File Description type.
<Security level>: Boolean
  • True if the security level must be the highest,
  • False otherwise.
Remarks
This property corresponds to the "Enable a high-security level " option in the "Details" tab of the data file description window.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/29/2024

Send a report | Local help