dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / ProgramId Property

In This Topic
    ProgramId Property
    In This Topic
    Sets a user-defined character string, that associates an application with a connection.
    Syntax
    'Declaration
     
    Public Property ProgramId As String
    public string ProgramId {get; set;}

    Property Value

    User-defined character string, that associates an application with a connection.
    Remarks
    DB2® for z/OS® or IBM® Informix® database server associates the value of this property with any statements that are inserted into the dynamic SQL statement cache. The string can be of up to 80 bytes.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also