The
CtExtendedInfo property is used to get the additional information inserted into database connection string. You can get the additional information specified for the connection to a table via OLE DB for example.
This information was specified:
This property can be used for a data file or for a connection defined in the data model editor or through programming.
Reminder: Extended information: Information inserted into the string for connecting to the database.
For more details, see the documentation supplied by the provider of the access used.
// Find out the extended information about the connection used
// by the Customer data file
Info(Customer.CtExtendedInfo)
Syntax
<Extended information> = <Data file\connection>.CtExtendedInfo
<Extended information>: Character string
Information inserted into the string for connecting to the database.
<Data file\connection>: Character string