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
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: HConnect is 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
// Set the password to open the Customer data file
Customer.CtDescribedPassword = "Password"
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
Password of the file to be opened via an OLE DB connection.
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: 03/13/2024

Send a report | Local help