10.02.2013 Views

Progress Sonic ESB Configuration and Management Guide

Progress Sonic ESB Configuration and Management Guide

Progress Sonic ESB Configuration and Management Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 6: Driver Connection Properties <strong>and</strong> Data Types by Database Br<strong>and</strong><br />

Table 8. DB2 Connection Properties (continued)<br />

Property Description<br />

SendStreamAsBlob<br />

OPTIONAL<br />

{true | false}<br />

Determines whether binary stream data that is less than 32K bytes is sent<br />

to the database as Long Varchar for Bit Data or Blob data. Binary stream<br />

data that is less than 32K bytes can be inserted into a Long Varchar for<br />

Bit Data column, which has a maximum length of 32K bytes, or a Blob<br />

column. Binary streams that are larger than 32K bytes can only be inserted<br />

into a Blob column. The driver always sends binary stream data larger than<br />

32K bytes to the database as Blob data. This property determines behavior<br />

as follows:<br />

● true — The driver sends binary stream data that is less than 32K to<br />

the database as Blob data. If the target column is a Long Varchar for<br />

Bit Data column <strong>and</strong> not a Blob column, the Insert or Update<br />

statement fails. The driver automatically retries the Insert or Update<br />

statement, sending the data as Long Varchar for Bit Data, if the<br />

stream passed into the driver is resettable. Sending binary stream data<br />

that is less than 32K bytes in length initially as a Blob significantly<br />

improves performance if the Insert or Update column is a Blob<br />

column.<br />

● false — The driver sends binary stream data that is less than 32K to<br />

the database as Long Varchar for Bit Data data. If the target column<br />

is a Blob column <strong>and</strong> not a Long Varchar for Bit Data column, the<br />

Insert or Update statement fails. The driver retries the Insert or<br />

Update statement, sending the data as Blob data.<br />

The default is false.<br />

ServerName Specifies either the IP address or the server name (if your network<br />

supports named servers) of the primary database server. For example,<br />

122.23.15.12 or DB2Server.<br />

159 <strong>Progress</strong> <strong>Sonic</strong> <strong>ESB</strong> <strong>Configuration</strong> <strong>and</strong> <strong>Management</strong> <strong>Guide</strong> 8.5

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!