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 17. Connection Properties for the Microsoft SQL Server Driver (continued)<br />

Property Description<br />

AlwaysReportTriggerResults<br />

OPTIONAL<br />

For example:<br />

jdbc:progress:sqlserver://server1:1433;<br />

DatabaseName=TEST;AlternateServers=(server2:1433;<br />

DatabaseName=TEST2,server3:1433;DatabaseName=TEST3)<br />

contains alternate server entries for server2 <strong>and</strong> server3. The alternate<br />

server entries contain the optional DatabaseName property.<br />

Other properties are:<br />

● ConnectionRetryCount — Controls the number of times the driver<br />

retries the list of servers (primary <strong>and</strong> alternate) while attempting to<br />

establish a connection.<br />

● ConnectionRetryDelay — Sets the wait interval, in seconds, between<br />

retry attempts.<br />

● LoadBalancing — Controls the order in which the driver sequences<br />

through the list of servers (primary <strong>and</strong> alternate) while attempting<br />

to establish a connection.<br />

See “Specifying Primary <strong>and</strong> Alternate Servers” on page 135 or more<br />

information about specifying connection information for primary <strong>and</strong><br />

alternate servers.<br />

{true | false}<br />

Determines how the driver reports results generated by database triggers<br />

(procedures that are stored in the database <strong>and</strong> executed, or fired, when a<br />

table is modified):<br />

● true — The driver returns all results, including results generated by<br />

triggers. Multiple trigger results are returned one at a time. Use the<br />

Statement.getMoreResults method to retrieve individual trigger<br />

results. Warnings <strong>and</strong> errors are reported in the results as they are<br />

encountered.<br />

● false — The driver does not report trigger results if the statement is<br />

a single Insert, Update, or Delete statement. In this case, the only<br />

result that is returned is the update count generated by the statement<br />

that was executed (if errors do not occur). Although trigger results<br />

are ignored, any errors generated by the trigger are reported. Any<br />

warnings generated by the trigger are enqueued. If errors are<br />

reported, the update count is not reported.<br />

The default is false.<br />

191 <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!