skip to main content
Drivers for 32-Bit and 64-Bit Platforms : The DB2 Wire Protocol Driver : Connection Option Descriptions for DB2 : Dynamic Sections
 

Try DataDirect Drivers Now
Dynamic Sections

Attribute

DynamicSections (DS)

Purpose

Specifies the maximum number of prepared statements that the driver can have open at any time.
A dynamic section is associated with a prepared statement. The driver only keeps open the number of prepared statements specified by the dynamic sections value. If the driver detects that the number of dynamic sections available in the bound DB2 packages is less than the number of dynamic sections requested in the connection string or data source, it generates the following message:
The current number of dynamic sections available for use is different than the number of dynamic sections currently specified in the connection string or data source.

Valid Values

x
where:
x
Is a positive integer that represents a number of prepared statements.

Default

1000

GUI Tab

Modify Bindings tab