ConnectionName
- Last UpdatedNov 25, 2015
- 1 minute read
Use this property to enable the log of diagnostics that was generated by calling aaDBAccess.LogDiagnostics() to include a meaningful name. Having a meaningful name may be necessary if a debugging effort requires you to distinguish one connection from another. To see the connection name in the logged diagnostics, look for the line that reads as follows:
aaDBIntegration ConnectionName, <Name>, , Clilent assigned conection name,
The <Name> part of the line is replaced with the name that the script has applied to the ConnectionName property of the aaDBConnection object. If the ConnectionName property has not been assigned a name by the script, it defaults to a name of the form SQLScriptConnection<N>, where <N> is an incrementing integer value.
Syntax
String ConnectionName