
Patch: d502_070315_0033.jar

Case: 5355
Description: 03/06/2007 Added ability for Text Connector to use a row header to determine column positions.
       If the SKIPHEADERLINES text file descriptor property is defined the text connector will attempt to read a header row from the text file.  The location of the header row is determined by first checking to see if the property HEADERLINE is defined in the text file descriptor.  If defined and valid, the corresponding line number from the text file will be parsed for column names.  If not defined or invalid, HEADERLINE defaults to the value of SKIPHEADERLINES which will result in the last line to skip being used as the row that may contain column names.  If a header row could be parsed and the value for the Name In Source property of a target element is empty or can not be parsed into an int, the value is assumed to be a column name or the elements Name property is used and the column header is checked for a matching name.
    

Case: 5378
Description: 03/13/2007 Fix bad error messages when connection pool times out rather than exceeds max connections
