|
|
|
|
|
CtDescribedPassword (Property) In french: CxMotDePasseDécrit
Available 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.
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 2025Secret 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|