ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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.
Recall: 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 file
Info(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: 12/06/2024

Send a report | Local help