|
|
|
|
|
- ExtendedInfo property and Connection variable
ExtendedInfo (Property) In french: InfosEtendues
Available only with these kinds of connection
The ExtendedInfo property is used to get additional information: - about a data file accessed by a Native Connector or HFSQL Client/Server.
- about an item accessed by a Native Connector or HFSQL Client/Server.
- about a connection. In this case, this property is equivalent to the CtExtendedInfo property.
This extended information can be modified for a programmatically defined data file, connection or item. For more details, see the documentation supplied by the provider of the database.
Important: Currently, this property can only be used with AS/400 data files (and fields) and HFSQL Client/Server connections.. On HFSQL Client/Server connections, only the encryption can be managed by the ExtendedInfo property.
This information is displayed in the data model editor: - in the description window of a data file.
- in the description window of the items found in a data file.
- in the connection description window: under the "Analysis" pane, in the "Connection" group, click on "Connections".
This property can be used: - in read mode for a data file (or field) defined in the data model editor or programmatically.
- in write mode for a data file defined through programming or for a connection.
Info(Customer.ExtendedInfo)
Info(Customer.CustomerName.ExtendedInfo)
Syntax
Finding out the extended information Hide the details
<Extended information> = <Data file/Item/Connection>.ExtendedInfo
<Extended information>: Character string Extended information about the specified element. The different details are separated by semicolons (';'). <Data file/Item/Connection>: Character string - Name of the data file used. This name was defined in the data model editor or with the File Description type.
- Name of the item used (format: <Data file name>.<Item name>). This name was defined in the data model editor or with the Item Description type.
- Name of the connection used. This connection can correspond to:
Defining the extended information Hide the details
<Data file/Item/Connection>.ExtendedInfo = <Extended information>
<Data file/Item/Connection>: Character string - Name of the data file used. Name defined using the File Description type.
- Name of the item used (format: <Data file name>.<Item name>). Name defined using the Item Description type.
- Name of the connection used. This connection can correspond to:
<Extended information>: Character string Extended information about the specified element. The different details must be separated by semicolons (';').
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|