
Patch: d501_061211_0041.jar

Case: 4284
Description: 08/11/2006 Text Connector changes for better error messages and to allow text connector to start with at least one good group/file.

Case: 4315
Description: 08/18/2006 Fix of JDBC client handling of batching (determined by setFetchSize on the statement) results for CallableStatements.
  Fix for reading batches from connectors returning results for stored procedures.
  Usage Note: To avoid errors, CallableStatments should be created as scroll insensitive.
  Enhancement to allow the fetch size for procedures to be set as a connector binding property.  To enable this property, an entry in the ConfigurationInfo.def or server config file is needed.  For exmample:
  <Connector Name="My Sybase Connector" ComponentType="Sybase ANSI JDBC Connector" ...
    <Property Name="FetchSize">5000</Property>
    ...
  Sets a fetch size of 5000 for My Sybase Connector.  This setting can be exposed for editing through the console by adding it to the appropriate component definition.  For example:

  <ComponentType Name="Sybase ANSI JDBC Connector" ...
    <ComponentTypeDefn Deprecated="false">
      <PropertyDefinition Name="FetchSize" DisplayName="Fetch Size" ShortDescription="Fetch Size For Procedure Execution." DefaultValue="0" Multiplicity="0..1" PropertyType="Integer" ValueDelimiter="," IsConstrainedToAllowedValues="true" IsExpert="true" IsHidden="false" IsMasked="false" IsModifiable="true" IsPreferred="false"/>
    </ComponentTypeDefn>
    ...
  Allows the fetch size to be edited for all Sybase ANSI JDBC Connectors

Case: 4523
Description: 08/18/2006 Fixed NPE when using prepared statement and setting a clob

Case: 4520
Description: 08/29/2006 Fixes Issues with chaining XmlServices

Case: 4541
Description: 08/29/2006 Remove connector trace log message which contained password

Case: ----
Description: 09/14/2006 Enhancement: JDBC connectors will now create PreparedStatements instead of Statements in many situations.  A JDBC connector can be forced to use PreparedStatements in all situations where Statement would have been used with the connector binding property UseBindVariables set to true.

Case: 4749
Description: 10/30/2006 Fixed construction of source sql for oracle when LIMIT is used.
