..CtExtendedInfo is used to find out the additional information inserted into the connection string to the database. You have the ability to find out the additional information specified for the connection to a table by 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 by programming.
Reminder: Extended information: Information inserted into the string for connecting to the database.
See the documentation supplied by the provider of the access used for more details.
// 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 (with or without quotes)