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 the data file in an OLE DB connection (file defined in the code only).
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 defined:
  • in the data model editor when describing the data file,
  • when the data file is described through programming.
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 that must be opened by 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: 02/29/2024

Send a report | Local help