DB2 10.5 for Linux, UNIX, and Windows

DB2Connection.ClientCorrelationToken property

Gets or sets the client correlation token name on DB2® for z/OS® server.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax

[Visual Basic]
Public Property ClientCorrelationToken As String
[C#]
public string ClientCorrelationToken {get; set;}
[C++]
public: __property String* get_ClientCorrelationToken();
public: __property void set_ClientCorrelationToken(String*);
[JScript]
public function get ClientCorrelationToken() : String;
public function set ClientCorrelationToken(String);

Property value

You can obtain the default value that is set by the client on the DB2 for z/OS server when the following conditions are met:
  • You have not explicitly set the client correlation token registry value.
  • The enableDefaultClientInfo IBM data server driver configuration keyword is set to True.
The default value is the DRDA correlation token that is generated during a connection. A database client typically generates the DRDA correlation token value. However, if the database client cannot generate the value, the database server generates the value.