ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
CtDescribedPassword (Property)
In french: CxMotDePasseDécrit
OLE DBAvailable only with this kind of connection
The CtDescribedPassword property allows you to set the password used to open a data file in an OLE DB connection (only for data files defined programmatically).
Reminder The HConnect function can be used to redefine one or more parameters of the OLE DB connection to a table. By default, the characteristics of the OLE DB connection are set:
  • when defining the data file in the data model editor,
  • when defining the data file programmatically.
Example
// Définir le mot de passe utilisé pour ouvrir le fichier de données Client
Client.CxMotDePasseDécrit = "MotDePasse"
Syntax
<Data file>.CtDescribedPassword = <Password>
<Data file>: Character string
Name of the data file used. Name defined using the File Description type.
<Password>: Character string or Secret string
Password of the file to be opened via an OLE DB connection.
New in version 2025
Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "ANSI or Unicode string".
To learn more about secret strings and how to use the vault, see Secret string vault.
Remarks
The Password property is used to set the password associated with a user and a connection.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help