skip to main content
Part 2: The 32-Bit/64-Bit Drivers : The DB2 Wire Protocol Driver : Connection Option Descriptions : Dynamic Sections
  
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