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
CtExtendedInfo (Property)
In french: CxInfosEtendues
OLE DBAvailable only with this kind of connection
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.
Example
// 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
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help