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 gets the additional information inserted into the database connection string. You can get the additional information specified for the connection to a table via OLE DB, for example.
This information is specified:
This property can be used for a data file or connection defined in the data model editor or programmatically.
Reminder: Extended information: Information inserted in the database connection string.
For more details, see the documentation of the access provider.
Example
// Get extended information about the connection used // by the Customer data fileInfo(Customer.CtExtendedInfo)
Syntax
<Extended information> = <Data file\connection>.CtExtendedInfo
<Extended information>: Character string
Information inserted in the database connection string.
<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: 03/13/2024

Send a report | Local help