

   List of Fixes for EBF 19837
   ---------------------------

   Following is a list of fixes which are cumulative to this release.  Each
   fix is listed along with the EBF in which it was first released and the
   description of the problem. The list is sorted by the EBFID column.




   EBFID   BugID      Description
   -----   --------   -------------------------------------------------
   19837   689221     Introduce randomization in TDS login protocol.

   18815   633801     LOCALE: CSI locale messages were incorrectly
                      installed in $SYBASE/locales/unicode/csi/en_us
                      instead of $SYBASE/locales/unicode/csi/en_US.

   18815   561070     SRVLIB: srv_descfmt() fails to retrieve a
                      description of a language parameter when the
                      specified parameter number is greater than 1024.

   18789   661694     SRVLIB: Login packet vulnerability.

   18789   657181     SRVLIB: Malformed TDS vulnerability.

   17890   628321     ISQL: Password encryption reports error when
                      password length is 30 characters.

   17890   624561     jConnect: Request to add ESD version information
                      in the TDS login packets program version field.

   17890   623611     ADO.NET: Applications compiled with older provider
                      releases do not work with latest provider due to
                      issues with the policy files.

   17890   622465     ADO.NET, ODBC Driver by Sybase and OLE DB Provider
                      by Sybase: Request to add ESD number to the TDS
                      login record's program version field.

   17890   619927     ADO.NET, ODBC Driver by Sybase and OLE DB Provider
                      by Sybase: When a connection request is re-
                      directed by ASE Cluster Edition, sockets are left
                      in CLOSE_WAIT state.

   17890   619021     jConnect: Request to remove SQLWarning objects
                      from the SQLException chain. Added
                      DELETE_WARNINGS_FROM_EXCEPTION_CHAIN connection
                      property to enable this. Enabled by default for
                      jConnect 7.0

   17890   616706     Use Certicom SSL Plus 5.2.2(SBGSE 2.0) and OpenSSL
                      0.9.8l.

   17890   614661     SRVLIB: When a client accesses LONGCHAR data
                      columns in an ASE through an Open Server
                      application and the character set of the client is
                      different from that of the Open Server
                      application, the maximum length of the columns may
                      be incorrectly calculated by Open Server.

   17890   609883     COMNLIB: On 64bit platforms, using IQ 12.7 ESD #6
                      or above as the backend, an ESQL/C application may
                      report a binding error from ubigint to long, like
                      'SQLCODE=(-16843065), ct_bind(): user api layer:
                      external error: A result of type ubigint cannot be
                      bound to a program variable of type long'.

   17890   608734     jConnect: NullPointerException in
                      ResultSet.getObject when parameter is accessed by
                      parameter name.

   17890   605187     jConnect: In a pooled connection,
                      Statement.getConnection() returning a
                      SybPooledConnection object rather than
                      SybConnectionProxy.

   17890   580147     jConnect: setMaxRows() method is ignored when used
                      along with setFetchSize() on a statement.

   17890   569215     jConnect: Enabling password encryption feature
                      causes login errors in a multi-threaded client.

   17358   605093     OLE DB Provider by Sybase: Korean characters are
                      not displayed correctly when retrieving data from
                      text/varchar/nvarchar columns from an ASE server
                      with UTF-8 default character set.

   17358   596522     ADO.NET: Optimize ADO.NET performance by caching
                      current database name and removing some
                      unnecessary transactions being created.

   17358   592924     ODBC Driver by Sybase: Microsoft Access Linked
                      Table Manager connection does not work for ASE
                      data sources

   17358   591557     jConnect: Unable to de-serialize SybDataSource
                      object serialized on a previous jConnect EBF.

   17358   590565     DBLIB: On Windows, dbregwatch() may fail with
                      error "DB-Library: Cannot perform more than one
                      read".

   17358   590087     ODBC Driver by Sybase: The ODBC Driver connection
                      to ASE may hang in some situations when ASE server
                      goes down precisely when the driver is executing a
                      command.

   17358   588574     DBLIB: Dblib applications of version DBVERSION_46
                      crash when accessing date of type bigint in ASE.

   17358   588544     ODBC Driver by Sybase: Executing a query in
                      Microsoft Query against a table with 512 or more
                      rows causes the Query application to crash.

   17358   588491     ODBC Driver by Sybase: Optimize stored procedure
                      execution performance by introducing option to
                      cache some stored procedure meta-data.

   17358   586457     ODBC Driver by Sybase: Change to the default value
                      of SQL_ACTIVE_STATEMENTS from 1 to 0 affecting
                      Visual Basic / ADO applications.

   17358   585981     ODBC Driver by Sybase: The
                      SQLForeignKeys()function does not return complete
                      data according to the ODBC specification.

   17358   582125     DBLIB: User API dbconvert() fails to convert a
                      floating number into a string when the value of
                      its parameter destlen is -1 or -2.

   17358   581092     ODBC Driver by Sybase: User ID is incorrectly
                      required for connections using Kerberos
                      authentication in the ODBC Data Source
                      Administrator User Interface and at run-time if
                      SQL_DRIVER_PROMPT is set for the connection.

   17358   580761     DBLIB: If an openserver has dblib connections to a
                      remote server then during the dblib connection
                      processing, the openserver is blocked while
                      waiting for tcp replies from the remote
                      dataserver.

   17358   580414     OLE DB Provider by Sybase: The ADO OpenSchema call
                      returns invalid data when CursorLocation is set to
                      adUseClient and call field is greater than 127
                      characters.

   17358   579611     ODBC Driver by Sybase: The ASE Extended password
                      encryption feature does not work with ASE 12.5.3
                      ESD#5 or later and ASE 15.0 versions.

   17358   578735     ODBC Driver by Sybase: Custom error messages
                      received from ASE are not displayed in the order
                      received.

   17358   578667     ODBC Driver by Sybase: When using the
                      MaxRowsReturned property against MainFrame Connect
                      DB2 Access Service, no message is received when
                      MaxRowsReturned limit is reached.

   17358   577629     BCP:BCP reports truncation error when doing client
                      side conversion between character data that has
                      different character set and the size of the
                      character is different.

   17358   577424     DBLIB: dbcancel() sometimes does not respond for
                      60 seconds.

   17358   575312     EXAMPLE: When a client executes a stored procedure
                      through sample ctos, ctos can not return correct
                      row counts to the client.

   17358   573315     ODBC Driver by Sybase: SQLGetData() with
                      SQL_ARD_TYPE may return SQL_NO_DATA_FOUND for
                      decimal and numeric columns.

   17358   571603     jConnect: Using Statement.executeUpdate() on large
                      batches of T-SQL containing many "EXEC
                      <stored_procedure>" commands may cause
                      java.lang.StackOverflowError.

   17358   562960     jConnect: Optimize sp_jdbc_stored_procedures
                      stored procedure for better performance.

   17358   475275     DBLIB: dbexit() unpaired with dbinit() causes a
                      core dump after upgrading to 12.5.1 ESD#12.

   17358   409793     OLE DB Provider by Sybase: Cannot install OLE DB
                      meta-data stored procedures if ASE db option
                      "allow nulls by default" is set to true.

   17012   576126     jConnect: Exception in bulk load with
                      ENABLE_BULK_LOAD=true when table name in the
                      insert statement is provided in the form
                      dbname..tablename

   17012   575147     ISQL: Introduction of isql --help option reports
                      help when option -i is immediately followed by a
                      script starting with the word "help".

   17012   574694     jConnect: When ENABLE_BULK_LOAD=true, clearBatch()
                      does't clear the batch.

   17012   574489     jConnect: Bulk insertion with
                      ENABLE_BULK_LOAD=true throws exception when data
                      is inserted to a table in different database than
                      the currently connected one.

   17012   574454     jConnect: ENABLE_BULK_LOAD with numeric datatypes
                      can cause wrong value inserted.

   17012   574441     jConnect: Exception when the bulk load is done
                      with ENABLE_BULK_LOAD=true on a table with single
                      column

   17012   571283     ADO.NET: Executing a command using
                      CommandBehavior.SingleRow does not return any
                      rows.

   17012   569842     ODBC Driver by Sybase: Cannot insert Japanese text
                      into an ASE text column from Microsoft Access 2003
                      application.

   17012   569749     OLE DB Provider by Sybase: Cannot select columns
                      with reserved names in linked ASE table from
                      Microsoft SQL Server Linked Server.

   17012   569545     ODBC Driver by Sybase: Calling
                      SQLFreeStmt(StmtHandle, SQL_DROP) after executing
                      a statement asynchronously causes SQLGetInfo to
                      return the error
                      "SqlState:HY010;NativeError:30102;[Sybase][ODBC
                      Driver]Function sequence error".

   17012   569007     BCP: When bcp is invoked with argument 'in' to
                      copy in character data and there are some illegal
                      characters in the data, bcp should truncate data
                      from the position of the first illegal character
                      and continue to process partial data. A warning
                      message should also be generated in this case.

   17012   568093     CTLIB: ct_send_data() may intermittently report
                      error "Cannot perform more than one read"

   17012   567859     BCP: BCP terminates the operation without a proper
                      message when the rows processed exceed 2^31 -1
                      row.

   17012   567752     ODBC Driver by Sybase: ADO.Update method is unable
                      to qualify the object being updated with the
                      targeted database name.

   17012   567572     ADO.NET: When using AseDataAdapter to insert rows
                      into a table, invalid data is stored in resultant
                      table if the UpdateBatchSize property is set to a
                      value greater than 1.

   17012   567457     ODBC Driver by Sybase: When Binding TDS_CHAR DB2
                      TIMESTAMP value to SQL_C_TIMESTAMP the TIMESTAMP
                      value is displayed incorrectly.

   17012   567400     OLE  DB Provider by Sybase: SQLCommand with stored
                      procedure which has no parameters fails using
                      SSIS. An error message about a required parameter
                      is displayed and the execution of the package
                      fails.

   17012   564847     OLE DB Provider by Sybase: Request for Help button
                      in Sybase ASE Data Source Administrator

   17012   562664     ODBC Driver by Sybase: Column names get trunacated
                      in OpenSchema call if the name contains an
                      underscore character.

   17012   561654     ODBC Driver by Sybase: Memory leak occurs in a VB
                      application using a large select statement with
                      bound parameters.

   17012   561549     CTLIB: ct_poll() may hang when results are
                      cancelled.

   17012   561317     ODBC Driver by Sybase: Unable to execute SSIS
                      package that contains ADO.NET Source component and
                      uses Microsoft ADO.Net Provider for ODBC in
                      combination with the Sybase ODBC driver.

   17012   560161     ESQL/COBOL: On Little Endian platforms,
                      applications can not fetch multiple rows into the
                      SQLDA structure.

   17012   560066     ODBC Driver by Sybase: Accessing ASE data from MS
                      Access fails after reconnecting to the database.

   17012   559651     jConnect: CallableStatement.getParameterMetadata()
                      returns metadata for all the parameters of the
                      stored procedure instead of only registered ones.

   17012   557463     ODBC Driver by Sybase: ODBC driver (12.5.1ESD#24
                      and 12.5.1ESD#25) cannot save the password of a
                      link table in MS-Access 2003. This issue is also
                      reproduced when the Default Login ID is set in the
                      ODBC DataSource.

   17012   557347     CTLIB: ribo.jar is unable to decode a tds file
                      capture by using CS_DBG_PROTOCOL.

   17012   556744     CPRE: ESQL/C application drops connection when it
                      receives ASE 4023 error message which is a
                      password expiration warning message.

   17012   551942     OLE DB Provider by Sybase: The property
                      DBPROP_MAXROWS is not supported.

   17012   548035     ODBC Driver by Sybase: ADO Recordset.RecordCount
                      is -1 with CursorLocation = adUseServer

   17012   544336     ADO.NET: Unhandled exception (Access Violation)
                      under certain conditions.

   17012   532547     OLE  DB Provider by Sybase: Some Japanese
                      localized screens for Sybase Data Source
                      Administrator do not display correctly.

   17012   528839     ADO.NET: Poor performance from some ADO.NET
                      Provider methods such as AseConnection.Open().

   17012   495289     ODBC Driver by Sybase: ADO Parameters Refresh
                      doesn't fill the Parameters Collection if the
                      specified stored procedure name contains an
                      underscore.

   17012   489932     ADO.NET: Application occasionally throws a
                      'NullReferenceException: Object reference not set
                      to an instance of an object' when an attempt is
                      made to open a new connection.

   17012   485824     ADO.NET: ExecuteReader(CommandBehavior.SingleRow)
                      does not return any rows.

   17012   483149     ODBC Driver by Sybase: Setting the
                      ADODB.Recordset.MaxRecords propaty does not limit
                      the rows returned.

   17012   419856     ODBC Driver by Sybase: Selecting a smalldatetime
                      column that does not allow NULL may cause an
                      Internal Error 30016.

   17012   408575     ODBC Driver by Sybase: A run-time error 40002 is
                      raised when trying to update a row on a Visual
                      Basic 6.0 application using RDO.

   17012   366580     OLE DB Provider by Sybase: The ISupportErrorInfo
                      interface is missing some features.

   16713   568484     ODBC Driver by Sybase: In an ODBC application
                      connected to ASE Cluster Edition, the connection
                      becomes unsuable after failover and failback are
                      attempted. The error "Could not SQLAllocStmt" is
                      seen.

   16713   568459     ODBC Driver by Sybase: When an ODBC application
                      using cursors is connected to ASE 15.01.CE, adding
                      an instance to the cluster generates an error in
                      SQLExecute.

   16713   568433     ODBC Driver by Sybase: ODBC application connected
                      to an ASE Logical Cluster does not effectively
                      round-robin the connections.

   16713   567552     ADO.NET: Transaction is not being completed after
                      TransactionScope.Complete()is called in ASP.NET.

   16713   564378     ODBC Driver by Sybase: ODBC application crashes at
                      SQLFreeHandle(SQL_HANDLE_DBC) when ASE is
                      abnormally terminated.

   16713   563487     jConnect: Request to remove round trip performed
                      to the server whenever
                      Connection.getAutoCommit()is called to improve
                      performance.

   16713   562476     ODBC Driver by Sybase: "Invalid attribute or
                      option identifier" is returned from the
                      SQLSetConnectAttr(SQL_ATTR_MAX_ROWS) call.

   16713   561908     jConnect: Request to implement
                      DatabaseMetadata.getSuperTables() method.

   16713   561826     ODBC Driver by Sybase: When using MS Excel/MS
                      Query, login attempts subsequent to the initial
                      login attempt fail.

   16713   561632     ODBC Driver by Sybase: In a VB Application using
                      ADODB, specifying a cursor location of  UseClient
                      and  a lock type of LockBatchOptimistic is causing
                      a performance degradation.

   16713   561547     ODBC Driver by Sybase: Inserting data into a #temp
                      table results in an error.

   16713   561149     ODBC Driver by Sybase: ADO GetChunk method fails
                      on Image (binary) data.

   16713   560858     CTLIB: With IQ as the backend, Open Client ctlib
                      applications may encounter an error "ct_results():
                      protocol specific layer: external error: There is
                      a tds protocol error. An illegal token was
                      received." after ct_cancel() is called to cancel
                      the results of a command.

   16713   560765     OLE DB Provider by Sybase: Data Truncation of
                      varchar fields with Linked Server using Insert
                      into OpenQuery construct.

   16713   559883     ODBC Driver by Sybase: When issuing meta-data
                      calls, the command uses the Login Timeout instead
                      of Query Timeout.

   16713   559470     ODBC Driver by Sybase: Request for implementing
                      some performance improvements in
                      sp_odbc_datatype_info meta-data stored procedure.

   16713   559066     jConnect: Request to implement
                      DatabaseMetadata.getSuperTypes() method.

   16713   558978     ADO.NET: Table columns in ASE of char() type
                      supporting null values are padded to the full
                      length of the column.

   16713   558563     OLE DB Provider by Sybase: The ADO connection
                      property "Mode" is not supported.

   16713   558197     OLE DB Provider by Sybase: Executing OpenQuery on
                      an ASE table linked from Microsoft SQL Server with
                      dynamic prepare gives inconsistent metadata error
                      on binary column

   16713   557956     ODBC Driver by Sybase: Request to support SRVR
                      connection string property to specify ASE Server
                      connection information.

   16713   557558     ODBC Driver by Sybase: SQLGetDiagField reports
                      incorrect message length.

   16713   554419     BLKLIB: Calling blk_alloc() may core dump at
                      intl_fopen() when application is localized to use
                      the Korean language.

   16713   554366     OLE DB Provider by Sybase: Executing OpenQuery on
                      an ASE table linked from Microsoft SQL Server with
                      dynamic prepare gives inconsistent metadata error
                      on binary column

   16713   554363     OLE DB Provider by Sybase: Queries from Microsoft
                      SQL Server to a linked ASE table fail when ASE
                      database name is given in capital case even though
                      ASE is configured as case insensitive.

   16713   554294     OLE DB Provider by Sybase: Queries from Microsoft
                      SQL Server to a linked ASE Server always start a
                      Distributed Transaction.

   16713   554068     OLE DB Provider by Sybase: Using "INSERT INTO
                      OPENQUERY()" statement fails from Microsoft SQL
                      Server Linked Server connection to ASE.

   16713   553773     OLE DB Provider by Sybase: SQL Server Integration
                      Services (SSIS) transfer from integer source
                      column to decimal target ASE column fails with
                      invalid conversion error.

   16713   553734     CTLIB: Reopening an implicit cursor may crash at
                      ct__tds_read_coldata() while processing the
                      command results.

   16713   552863     OLE DB Provider by Sybase: Can't select data from
                      some system tables from a Microsoft SQL Server
                      Linked Server connection to ASE.

   16713   552097     jConnect: SybSQLException with "Arithmetic
                      overflow" error encountered for NUMERIC and
                      DECIMAL stored procedure output parameters.

   16713   548349     OLE DB Provider by Sybase: Using Decimal parameter
                      in ADO.NET OLE DB Provider results in ASE Domain
                      error.

   16713   547380     OLE DB Provider by Sybase: Inserting and then
                      deleting the new row in BatchOptimistic mode
                      causes an access violation.

   16713   546915     OLE DB Driver by Sybase: Memory usage increases
                      when rowset is opened frequently.

   16713   546761     OLE DB Provider by Sybase: Inserting and then
                      updating or deleting the new row results in the
                      error: "Multiple-step OLE DB operation generated
                      errors. Check each OLE DB status value, if
                      available.  No work was done."

   16713   546741     OLE DB Provider by Sybase: Update, then Delete
                      same record in Optimistic mode results in error:
                      "Multiple-step OLE DB operation generated errors.
                      Check each OLE DB status value, if available.  No
                      work was done."

   16713   546216     OLE DB Provider by Sybase: Setting a column to
                      empty string results in the column being set to
                      NULL

   16713   545853     OLE DB Provider by Sybase: Inserting and then
                      deleting the new row repeatedly results in the
                      error: "Bookmark is invalid".

   16713   545852     OLE DB Driver by Sybase: Access Violation occurs
                      when calling IRowsetUpdate::InsertRow on a row
                      with a calculated column

   16713   545850     OLE DB Provider by Sybase: The error "Must declare
                      variable '@full_table_name'." occurs when an
                      application makes a schema call for index
                      information.

   16713   545837     OLE DB Provider by Sybase: In a Delphi
                      application, inserting a row into an empty Rowset
                      causes the error "Multiple-step OLE DB operation
                      generated errors. Check each OLE DB status value,
                      if available. No work was done."

   16713   545596     ESQL: FETCH statement does not return the number
                      of rows retrieved in SQLDA structure.

   16713   544328     OLE DB Provider by Sybase: Memory leak observed
                      when calling Connect and Disconnect in a loop.

   16713   544077     OLE DB Provider by Sybase: Deleting a row in a
                      Delphi DataGrid, results in the error "The
                      parameter is incorrect"

   16713   539769     OLE DB Driver by Sybase: Invalid syntax on UPDATE
                      statements when more than one field is updated
                      using SetData

   16713   539684     OLE DB Provider by Sybase: Calling stored
                      procedure with return value multiple times results
                      in an error

   16713   537376     OLE DB Provider by Sybase: Executing a statement
                      causes a dynamic prepare (DYNAMIC2 / DYN_PREPARE)
                      token to be sent to ASE. The prepared statement is
                      then ignored and a LANGUAGE token is used to
                      execute the statement.

   16713   537371     OLE DB Provider by Sybase: When SetData is called
                      on a row containing a calculated column or an
                      alias, IRowsetUpdate::Update sends an UPDATE
                      statement containing that column. This results in
                      the row not being updated.

   16713   534956     OLE DB Provider by Sybase: Poor performance while
                      updating large RowSets in a Delphi application.

   16713   534562     OLE DB Provider by Sybase: Calling a stored
                      procedure with integer output parameter twice in a
                      row causes failures in some situations.

   16713   534558     OLE DB Provider by Sybase: Using a Delphi Data
                      Grid, changed data in a field is not reflected
                      after selecting another row.

   16713   534311     OLE DB Provider by Sybase: Grid performance is
                      slow with Delphi ADO and adUseServer
                      CursorLocation

   16713   534302     OLE DB Provider by Sybase: OLEDB Provider does not
                      support IRowsetUpdate interface.

   16713   491532     ADO.NET: When using DbType.String the provider is
                      ignoring case insensitive data.

   16713   418449     ADO.NET: New feature request for ASE ADO.NET Data
                      Provider to trim blanks from a null "char" column.

   16488   555839     ODBC Driver by Sybase: Connection pooling does not
                      work due to missing CPTimeout property in the
                      registry.

   16488   555496     jConnect: The bulk copy option (ENABLE_BULK_LOAD)
                      inserts empty strings as NULL values.

   16488   555001     jConnect: Request to optimize
                      sp_jdbc_getprocedurecolumns meta-data stored
                      procedure for better performance.

   16488   553886     ADO.NET: When performing failover between ASE
                      Cluster Edition nodes, Internal Error received
                      under certain situations.

   16488   553039     ADO.NET: MissingPrimaryKeyException when using
                      ASECommandBuilder on proxy tables.

   16488   552905     jConnect: When using ENABLE_BULD_LOAD, if a batch
                      encounters an error, updates in subsequent batch
                      do not take place.

   16488   551533     jConnect: Request to support T-SQL queries that
                      include "COMPUTE" clause.

   16488   551491     TCLLIB: Parsing of filter information may allow
                      syntax errors.

   16488   550689     ODBC Driver by Sybase: Microsoft Access receives
                      conversion errors when accessing Date data from a
                      DB2 database via Direct Connect.

   16488   550579     ODBC Driver by Sybase: The SQLTables call fails
                      for an ODBC connection to Direct Connect back-ends
                      with "Parameter value was invalid." error.

   16488   550533     ODBC Driver by Sybase: An ANSI application
                      receives bogus truncation warnings when calling
                      SQLGetConnectAttr with SQL_ATTR_CURRENT_CATALOG
                      parameter.

   16488   550282     NETLIB: On HP 11.31 and later, ct_connect() fails
                      intermittently with error EISCONN.

   16488   550212     Samples: Using samples in combination with LDAP
                      directory services may raise a segmentation
                      violation and generate a core dump on ibmplinux.

   16488   550191     DBLIB : Applications always print out UTF-8
                      encoded DB-Library messages regardless of
                      specified character set of Japanese language.

   16488   549072     ODBC Driver by Sybase: The SQLBulkOperations call
                      with SQL_ADD parameter value fails if default
                      column values are used for all columns of a row.

   16488   548634     OLE DB Provider by Sybase: Some string data
                      corrupted due to conversion issues when ASE
                      configuration option "enable unicode
                      normalization" is set to 0.

   16488   548285     OLE DB Provider by Sybase: Provider exhibits
                      memory leak when calling Connect, Executed stored
                      procedure and Disconnect sequence in a loop.

   16488   548246     ADO.NET: The DbDataAdapter object instantiated
                      from DbFactory.CreateDataAdapter raises
                      System.InvalidCastException when used.

   16488   547766     OLE DB Provider by Sybase: On some Windows
                      versions like Windows 2003, Access Violation
                      encountered when calling a stored procedure (RPC)
                      that with a SELECT @variable or raiseerror
                      clause.

   16488   547704     BCP: bcp in using field_terminator  (umlat) fail
                      to work.

   16488   547553     BCP: BCP dumps core when the datatype of the table
                      column is different from that of the corresponding
                      column in format file.

   16488   547087     CT-Lib: Application may get "An illegal tds token
                      sequence was received" and abort when ASE Cluster
                      Edition membership changes during ct_fetch()
                      operations.

   16488   546719     jConnect: UnimplementedOperationException
                      encountered when using
                      SybConnectionProxy.prepareStatement(String, int).

   16488   546366     ODBC Driver by Sybase: Money datatype with a
                      unique index cannot be displayed using Microsoft
                      Access 2003.

   16488   546034     ADO.NET: System.NotSupportedException thrown when
                      calling IDbCommand. Parameters RemoveAt() method.

   16488   545538     ODBC Driver by Sybase: Connection to ASE fails
                      from some client machines running non-English
                      locales, if this locale is supported by ASE but
                      the language module is not installed on ASE.

   16488   544800     OLE DB Provider by Sybase: Some Date and Time data
                      formats not correctly processed when using
                      Microsoft SSIS to insert data into Sybase ASE via
                      OLE DB connection.

   16488   544778     DBLIB:ASE raises an error when dblib application
                      sends a char/varchar parameter that is greater
                      than 255 characters.

   16488   544476     jConnect: Null Pointer Exception encountered when
                      a ResultSet is closed without processing it.

   16488   544222     DBLIB: Application is disconnected or fails to
                      connect to server when poll gets EINTR.

   16488   543531     ODBC Driver by Sybase: The SQLBulkOperations call
                      with SQL_ADD parameter value fails if rows are
                      being inserted to a table in a different database
                      than the current database.

   16488   543454     jConnect: Cannot use Bulk load option
                      (ENABLE_BULK_LOAD) on temporary tables if using
                      multiple temporary databases.

   16488   541495     jConnect: Encrypted Password connections fail if
                      password has expired.

   16488   533649     OLE DB Provider by Sybase: The
                      OleDbTransaction.Commit() times out if transaction
                      takes longer than 30 seconds to commit.

   16488   532650     Changes made to Open Client and Open Server to
                      start returning operating system error numbers
                      and/or error number for some SSL errors.

   16488   532451     OLE DB Provider by Sybase: Executing a Stored
                      Procedure with varchar argument of 16000
                      characters or longer in length results in implicit
                      conversion not allowed error.

   16488   531772     jConnect: Excessive warning messages generated
                      during XA transaction operations.

   16488   531119     jConnect: Request for key sequence support on ASA
                      10 with primary key constraint (declarative)

   16488   523751     ADO.NET: Executing a Stored Procedure with varchar
                      argument of 16000 characters or longer in length
                      results in implicit conversion not allowed error.

   16488   493467     DBLIB: dbcancel() times out when waiting for
                      server to acknowledge attention.

   16299   549358     SRVLIB: When a client application connects to ASE
                      through a gateway Open Server application, the
                      gateway Open Server application sends an error
                      message (TDS_EED) per row of data to the client
                      application when there is any character set
                      conversion error in the row.  This might cause
                      client application like BCP to lose data as BCP
                      exits when it receives TDS_EED.

   16299   547740     ODBC Driver By Sybase: SQLBulkOperations with
                      SQL_ADD option fails when the client requests to
                      use concurrency type of SQL_CONCUR_ROWVER

   16299   543358     ODBC Driver by Sybase: Incorrect row updated after
                      SQLSetPos used to set cursor position. The first
                      row is updated regardless of the position.

   16299   540923     DBLIB: dbopen() does not failover to the second
                      query entry when the connection to the first query
                      entry is not successful.

   16299   539827     ADO.NET: Disposing AseCommand object closes the
                      AseDataReader.

   16299   538172     ODBC Driver by Sybase: Third party application
                      'JobVision' crashes when trying to import data
                      from ASE.

   16299   532201     SRVLIB: On Linux x86-64 and Linux on Power, non-
                      threaded Open Server applications have
                      segmentation fault when running under RHEL 5.0,
                      SUSE 10 or above.  The workaround of setting
                      environment variable LD_POINTER_GUARD is no longer
                      required after this fix.

   16299   491126     ODBC Driver by Sybase: A Data Connection in Visual
                      Studio using ".NET Framework Data Provider for
                      ODBC" and the Sybase ODBC Driver shows empty table
                      list.

   16074   540656     OLE DB Provider by Sybase: Selecting values from a
                      binary column from Microsoft Linked Server thru
                      OLE DB returns error: Msg 7347 returned data that
                      does not match expected data length

   16074   537721     OLE DB Provider by Sybase: The datalength() for
                      varchar columns accessed from Microsoft Linked
                      Server thru OLE DB always report the maximum size
                      regardless of the actual data in the column.

   16074   536925     CTBCP: Use of a single backslash character as
                      row/field terminator does not work correctly
                      anymore after fix of CR#331285 in CTBCP version
                      15.0 ESD#8 and version 12.5.1 ESD#18

   16074   536623     OLE DB Provider by Sybase: Memory leak observed in
                      the OLE DB Provider during each connect and
                      disconnect cycle.

   16074   534166     ODBC Driver by Sybase: Microsoft Access
                      application prompts for login information multiple
                      times, even though same user id is used.

   16074   533637     ODBC Driver by Sybase: SSL connections from ODBC
                      driver are lost after 20 seconds of idle-time.

   16074   533480     SRVLIB: If a client application connects to ASE
                      through a gateway Open Server application, the
                      client application hangs when srv_xferdata()
                      returns a charset conversion error.

   16074   533420     ODBC Driver by Sybase: SQLSetPos doesn't work
                      properly on updating data.

   16074   532666     OLE DB Provider by Sybase: Request to set field
                      attribute for calculated columns to "Fixed +
                      UnknownUpdatable" rather than the current
                      "ReadOnly" value to maintain compatibility with
                      the discontinued OEM OLE DB Provider.

   16074   532170     OLE DB Provider by Sybase: OLE DB application
                      performance issues due to repeated calls to Meta-
                      data stored procedures such as sp_drv_typeinfo

   16074   531804     OLE DB Provider by Sybase: Performance issues with
                      some of the Meta-data stored procedures such as
                      sp_oledb_primarykey and sp_oledb_databases.

   16074   531042     OLE DB Provider by Sybase: Operating on very large
                      resultsets from Microsoft Linked Server to ASE
                      using OLE DB exhibits slower performance and/or
                      Msg 7330 Cannot fetch a row from OLE DB provider
                      

   16074   530552     NETLIB: When more than 250 clients are connected
                      to openserver on 32bit Solaris, calling fopen() in
                      openserver code fails.

   16074   500822     OLE DB Provider by Sybase: With Microsoft Linked
                      Server, selecting datalength(column) returns an
                      incorrect length when the column is of type
                      varchar(257) or larger.

   16074   496944     OLE DB Provider by Sybase: The SDK installer does
                      not create the registry entry that sets up the
                      default directory where .SOD files will be
                      located.

   16074   496493     OLE DB Provider by Sybase: OLE DB Application
                      exits with System.Exception: "External component
                      has thrown an exception." when processing a very
                      large resultset.

   16074   495672     ODBC Driver by Sybase: ODBC driver is truncating
                      the data type name on export from MS Access

   16074   489639     CTLIB: Issuing a ct_cancel() via Open Server in
                      passthrough mode can result in the client
                      receiving a disconnect when the negotiated packet
                      size is greater than 1024 bytes.

   16074   488853     NETLIB: pre-12.5.1 Open Client and 12.5.1 Open
                      Client ESD18 and earlier may not connect
                      successfully via SSL to Open Server 15.0 and Open
                      Server 12.5.1 ESD19 and later.

   15863   532108     ODBC Driver by Sybase: Connections to
                      DirectConnect server configured for SSL fail.

   15863   530773     jConnect: Request to update jConnect meta-data
                      stored procedures for SQL Anywhere 10.0 and 11.0
                      releases.

   15863   530581     ADO.NET: Output values of stored procedure
                      parameters marked with
                      ParameterDirection.InputOutput are truncated.

   15863   530531     OLE DB Provider by Sybase: Unexpected characters
                      displayed when character column contains new line
                      characters.

   15863   529673     DSCP: Output for Server Security mechanism shows
                      **Unknown value** when Server information is being
                      requested from an LDAP directory service.

   15863   529647     jConnect: When connected to SQL Anywhere version
                      10, the executeBatch method is sending INSERTs in
                      loop, not as a batch.

   15863   500658     OLE DB Provider by Sybase: The Language
                      parameter in the connection string is being
                      ignored.

   15863   500144     jConnect: Registering output parameter as
                      Numeric(38,0) results in arithmetic overflow
                      error.

   15863   499581     SRVLIB: Open Server application may raise: "Memory
                      allocation for '0' bytes failed in 'srv_get_text'
                      for 'byte-swap buffer'" when updating a unitext
                      column with zero length.

   15863   497527     ODBC Driver by Sybase:  When backEnd Type = DB2
                      Access Service and linking a table with MS Access
                      SQLExecute fails with "Incorrect syntax" error, if
                      there is a quote in the string . This occurs when
                      you select a Unique Record Identifier when linking
                      to the table.

   15863   497508     ISQL: Scratch file was not created in Windows
                      temporary directory.

   15863   497255     jConnect: ArithmeticException encountered when
                      ENABLE_BULK_LOAD is set to true.

   15863   497011     ADO.NET: Output values of stored procedure
                      parameters marked with
                      ParameterDirection.InputOutput are truncated.

   15863   496486     CTBCP: When BCP copying in data with a format file
                      with the -Q option, it reports error "Unexpected
                      EOF encountered in BCP data-file".

   15863   495351     ADO.NET: MissingPrimaryKeyException thrown when
                      using ASECommandBuilder with MissingSchemaAction =
                      MissingSchemaAction.AddWithKey setting.

   15863   494309     ADO.NET: Unable to start a second transaction when
                      TransactionOption.Required is used.

   15863   494022     DIRECTORY DRIVER: Add support for Windows
                      platforms to access LDAP directory server via
                      IPv6.

   15863   493913     ODBC Driver by Sybase:  Request to provide
                      application process id for the "Client Host
                      Process" in order to uniquely identify client
                      processes.

   15863   492036     NETLIB: On Windows, ct_cancel() may hang on
                      queries that return lots of data.

   15863   491800     DBLIB:dbopen() may not return NULL even if login
                      attempt fails under the following conditions: (1)
                      Use TDS 4.6 or earlier versions; (2) Connect to an
                      Open Server application; (3) Use different
                      character sets between the client and the Open
                      Server.

   15863   491602     ISQL: Added a new command line option --help to
                      give verbose isql usage.

   15863   488759     ODBC Driver by Sybase: Executing a stored
                      procedure that returns numerous DONEINPROC tokens
                      results in excessive memory usage on the client
                      proportional to the number of tokens in the
                      result.

   15863   486699     ADO.NET: Request to support
                      System.Transaction.TransactionScope interface.

   15863   483313     CPRE: cpre may take very long time to process an
                      ESQL/C file containing a large number of
                      continuous empty lines.

   15863   471471     ODBC Driver by Sybase: Error in MS Query: Column
                      'col_name' can't be used in criteria

   15863   462904     ADO.NET: Executing a stored procedure that returns
                      numerous DONEINPROC tokens results in excessive
                      memory usage on the client proportional to the
                      number of tokens in the result.

   15863   443204     DRIVERS: Provide directory schema for Active
                      Directory (AD) and/or Active Directory Application
                      Mode (ADAM) to store Sybase Server entries.

   15578   494616     OLE DB Provider by Sybase: Server Port label is
                      incorrectly named as Alternate Servers in the
                      Sybase Data Source Administrator.

   15578   493557     OLE DB Provider by Sybase: Invalid conversion
                      error produced for parameters of Real type in
                      Microsoft SQL Server Linked Server Replication to
                      ASE.

   15578   493106     ADO.NET: Incorrect mapping of ASE float data type
                      causes ArgumentOutOfRangeException exception.

   15578   492854     ODBC Driver by Sybase: For ODBC Driver connected
                      to Direct Connect DB2 Access Service, binding a
                      parameter with ctype of SQL_C_DEFAULT and sqltype
                      SQL_CHAR results in "Invalid conversion" error
                      during SQLExecute().

   15578   492149     OLE DB Provider by Sybase: In a Microsoft SQL
                      Server Linked Server connection to ASE, executing
                      a select statement can cause the OLE DB Provider
                      to request the same result two times causing poor
                      performance.

   15578   491817     CTLIB: When mis-functioning server does not mark
                      EOM on cancel attention packet,ctlib application
                      may report an error like "ct_send(): network
                      packet layer: internal Client Library error: State
                      error: trying to write when connection is
                      expecting a read."

   15578   491692     CTLIB: Clients fail to connect to ASE 11.9.x with
                      an error "ct_connect(): protocol specific layer:
                      internal Client Library error: There is a tds
                      state machine error. An illegal tds token sequence
                      was received."

   15578   491601     ISQL: Help output from isql is not correct
                      syntactically.

   15578   491552     ODBC Driver by Sybase: If ODBC Driver is connected
                      to Direct Connect back ends, the SQLTables call
                      will fail when the criteria for TableType is
                      specified as "'TABLE', 'VIEW', 'SYSTEM TABLE',
                      'ALIAS', 'SYNONYM'".

   15578   491536     OpenSwitch crashes in ct_cancel()

   15578   490851     CTLIB: Password encryption doesn't work with HA
                      failover.

   15578   490740     ODBC Driver by Sybase: When using ODBC Driver from
                      ADO, updates may fail with "Insufficient key
                      column information error for ASE server setup
                      with case insensitive sort order.

   15578   490407     NETLIB: Kerberos security driver may raise
                      segmentation violation in
                      pCSF_gss_display_status() when using Cybersafe GSS
                      libraries.

   15578   489910     EXAMPLE: README file and 'ctos -h' now reflect the
                      SSL capability of ctos sample program.

   15578   489466     ODBC Driver by Sybase: Crystal Reports Report
                      Wizard fails to create a report using Sybase  ODBC
                      driver. ODBC Driver fails when SQLMoreResults is
                      called after SQLPrepare.

   15578   489228     OLE DB Provider by Sybase: When quoted identifiers
                      are enabled for Microsoft SQL Server Linked Server
                      connection to ASE, executing any statement fails.

   15578   489099     ADO.NET:  Request to add GetBytes method for
                      character types in AseDataReader class.

   15578   488944     jConnect: jConnect should send literal DATETIME
                      values with 3 nanosec digits for ASE.

   15578   488559     jConnect: Under JRE 1.5, performance of reading
                      UNIVARCHAR is poor.

   15578   488417     jConnect: Request for property to provide failover
                      Host:Port pairs for DataSource.

   15578   488286     OLE DB Provider by Sybase: Request for more
                      detailed error information in the ErrorInfo
                      collection.

   15578   487980     ADO.NET: If CommandTimeout is set to 30 seconds,
                      the actual timeout lasts only 10 seconds.  Other
                      timeout values behave correctly.

   15578   487952     OLE DB Provider by Sybase: When Microsoft SQL
                      Server is started under its own Windows account,
                      executing statements on Linked Server connection
                      to ASE fail with Access denied error.

   15578   487811     ADO.NET: Unsupported parameter type error produced
                      when passing Null parameter values to
                      AseParameterCollection.Add(parameterName, value)
                      method.

   15578   487670     OLE DB Provider by Sybase: Calling CommitTrans on
                      ADO connection using MSDataShape produces
                      Unexpected error (ACCESS_VIOLATION).

   15578   487584     ADO.NET: Request to add support for
                      AddWithValue(parameterName, value) method on
                      AseParameterCollection class.

   15578   487383     OLE DB Provider by Sybase: When quoted identifiers
                      are enabled for Microsoft SQL Server Linked Server
                      connection to ASE, executing any statement fails.

   15578   486916     OLE DB Provider by Sybase: Enabling quoted
                      identifiers in connection string produces syntax
                      errors during command execution.

   15578   485680     CTLIB: ct_get_data() may crash in
                      ct__tds_gd_process().

   15578   485371     SRVLIB:srv_poll() runs into assertion failure when
                      processing more than one file descriptors.

   15578   485129     NETLIB: OOB attention doesn't work on HPIA
                      platforms.

   15578   483060     CPRE: cpre raises M_INTERNAL_ERROR when parsing
                      extra large ESQL/C file.

   15578   480653     OLE DB Provider by Sybase: Executing an insert
                      statement that fires a trigger from Microsoft SQL
                      Server Linked Server fails.

   15578   475482     NETLIB: Dscp fails to add entry if the interfaces
                      file does not exist.

   15578   474279     NETLIB: On RS6000, multi-threaded clients fail to
                      initialize SSL filter with an ASSERTION FAILURE.

   15578   461195     DBLIB: dblib applications now use utf8 encoded
                      message files.

   15578   450118     OLE DB Provider by Sybase: Calling a stored
                      procedure on a Linked Server via OpenQuery() or
                      direct execution fails.

   15578   442936     SRVLIB: Implemented Open Server Connection
                      Migration

   15578   357847     COMNLIB: The supported character set for
                      section/entry names in Open Client/Open Server
                      configuration files has been extended. Now all
                      seven-bit ASCII printable characters except square
                      brackets, space and equal symbol are supported.
                      Other current rules for section and entry names
                      still apply.

   15324   488566     OLE DB Provider by Sybase: Select, Insert or
                      Update from Linked server fails for binary
                      columns.

   15324   487531     ADO.NET: Invalid number of parameters error occurs
                      when using Named Parameters and the same parameter
                      is used more then once in the SQL Statement.

   15324   486989     OLE DB Provider by Sybase: Select, Insert or
                      Update from Linked server fails for char columns
                      larger than 255 in length.

   15324   486687     OLE DB Provider by Sybase: Get error when
                      previewing SQL Command in SSIS.

   15324   486685     OLE DB Provider by Sybase: Memory corruption with
                      SSIS and preview Table List.

   15324   486684     OLE DB Provider by Sybase: Executing a stored
                      procedure via OpenQuery() on a Linked Server
                      fails.

   15324   486629     OLE DB Provider by Sybase: Inserting or updating
                      columns of data type datetime fail with Linked
                      Server.

   15324   486291     OLE DB Provider by Sybase: Selecting varchar
                      columns in ASE from Linked Server results in one
                      of these error messages 7347 or 7356 or 233.

   15324   486219     ODBC Driver by Sybase: Driver does not set the
                      TCP/IP keep alive property for the connection to
                      ASE.

   15324   486138     jConnect: Error converting client characters into
                      server's character set.

   15324   485908     SRVLIB: Client using TDS version 4.6 fails to
                      connect to Open Server in passthrough mode.

   15324   485867     LIBRARIES: Debug libraries for IBM AIX not
                      correctly compiled with debug flags in ESD#11.

   15324   485745     OLE DB Provider by Sybase: When previewing SQL
                      Command in SSIS get OLE DB error code 0x80004001.

   15324   485743     OLE DB Provider by Sybase: Memory corruption with
                      SSIS and preview Table List.

   15324   485716     OLE DB Provider by Sybase: Poor performance when
                      processing Cube/Dimension using parallelism.

   15324   485411     OLE DB Provider by Sybase: When retrieving Catalog
                      View using SQL Server Management Studio get error
                      7346.

   15324   485409     OLE DB Provider by Sybase: Updating varchar column
                      with Null value results in column value being set
                      as a space (0x20).

   15324   485383     OLE DB Provider by Sybase: Sending a batch of
                      parameters to insert multiple rows results in only
                      one row being inserted.

   15324   485324     OLE DB Provider by Sybase: Provider can't convert
                      string value representing float value to OLEDB
                      float type for an RPC call.

   15324   485230     CERTREQ: When req_commonname in the input file
                      specified with certreq -F contains spaces, it will
                      be truncated at the first space.

   15324   484473     ADO.NET: Provider does not raise an exception if a
                      value for all parameters is not supplied.

   15324   484471     ADO.NET: Using the same parameter name multiple
                      times in a statement causes incorrect parameter
                      errors.

   15324   484469     ADO.NET: Sending parameterized INSERT statement
                      using DbType.String can cause overflow errors.

   15324   484466     ADO.NET: NullReferenceException thrown when
                      disposing AseDataReader outside scope of using
                      block with AseCommand.

   15324   484463     OLE DB Provider by Sybase: Missing Data Source
                      definition produces "Invalid Port" error rather
                      than "Data source not found and no default driver
                      specified" error.

   15324   484460     OLE DB Provider by Sybase: DSNs created through
                      Sybase Data Source Administrator cannot be created
                      as system DSNs such that they can be used by any
                      user on the system.

   15324   484048     SRVLIB:  Customer runs a modified regproc example
                      that has a thread which sleeps in a loop and has a
                      SIGALRM handler installed that wakes it up  every
                      second. Open Server stops responding after a
                      certain number of  iterations depending on the
                      platform.

   15324   483926     CTLIB:ct_connect() leaks memory when the server is
                      down.

   15324   483197     OLE DB Provider by Sybase: Sybase Data Source
                      Administrator, getting 'Internal Error' with
                      invalid password on Test Connect.

   15324   483143     CTBCP: For fixed-length datatypes, bcp in may
                      report error "cs_convert: cslib user api layer:
                      common library error: The conversion/operation was
                      stopped due to a syntax error in the source
                      field." when using a data format file without any
                      column separators.

   15324   482879     OLE DB Provider by Sybase: Customer sees internal
                      error when processing dimension in MS Analysis
                      Services.

   15324   482280     OLE DB Provider by Sybase: Errors when accessing
                      ASE resources from Linked Server using the 64-bit
                      OLEDB Provider.

   15324   482044     OLE DB Provider by Sybase: Get null values for
                      varchar columns with size greater than 255.

   15324   481938     DSEDIT: On Unix platforms, dsedit did not allow to
                      enter ssl filter information such as
                      ssl="cn=mycluster".

   15324   481547     ADO.NET: Memory leak observed when connection is
                      closed after an exception.

   15324   481243     CPRE: Clear a compilation warning message with
                      routine _sqlsetintrerr() in file sybtesql.h.  The
                      message says "variable 'ret' may be used before
                      its value is set".  The message only appears on HP
                      Itanium with OS version HPUX 11iv2.

   15324   481121     OLE DB Provider by Sybase: Process on Cube in MS
                      Analysis Server (OLAP), 10% of the time the load
                      fails

   15324   478653     OLE DB Provider by Sybase: Feature request to
                      support reading DSN information from a SOD file.

   15324   477725     DBLIB: One of the memory allocated in dbopen was
                      not freed after use.

   15324   472565     ISQL: ISQL fails to load locales when $SYBASE
                      environment variable is set to a relative path.

   15324   469739     ADO.NET: NullReferenceException thrown when
                      disposing AseDataReader outside the scope of the
                      using block that created the AseCommand object.

   15324   463480     OLE DB Provider by Sybase: Getting "Access
                      Violation" when loading OLAP database from ASE
                      using OLEDB

   15324   449927     OLE DB Provider by Sybase: Executing a stored
                      procedure via OpenQuery() on a Linked Server
                      fails.

   15324   418664     jConnect: Implement support for ASE Cluster
                      Edition features: Login redirection, Connection
                      migration and extended failover.

   15324   408741     ISQL: Allow dynamic redirection of query output
                      results to a file (> or append it with >>), or
                      piping them through utility programs. This
                      corresponds to ISUG enhancement request #2801.

   15324   338850     COMNLIB: Change the maximum length of a parameter
                      of SDK utilities to PATH_MAX (Unix) or _MAX_PATH
                      (Windows). This fix is not available on SGI
                      platform now.

   15138   482529     ADO.NET: Sending parameterized INSERT statement
                      using DbType.String can cause overflow.

   15138   481097     ODBC Driver by Sybase: Calling SQLDisconnect
                      crashes ODBC application if the underlying
                      connection has been previously terminated by ASE.

   15138   480609     SRVLIB: On certain platforms such as Sun Solaris
                      and IBM AIX, Open Server may crash at
                      srv__langcpy() when a client sends a command and
                      then force close the connection without reading
                      the result data.

   15138   480065     OLE DB Provider by Sybase: RecordSet.Update() may
                      case varchar column value to be truncated.

   15138   479723     OLE DB Provider by Sybase: Missing Data Source
                      definition produces "Invalid Port" error rather
                      than missing data source missing error.

   15138   479700     ADO.NET: Duplicate parameters incorrectly
                      processed by the provider.

   15138   479698     ADO.NET: Provider does not raise an exception if a
                      value for all parameters is not supplied.

   15138   479397     ODBC Driver by Sybase: ADO UpdateBatch command is
                      failing with error: "Row cannot be located for
                      updating. Some values may have changed since it
                      was last read."

   15138   479254     ADO.NET: Using tsequal function in the query
                      results in Internal Error 30016.

   15138   479180     EXAMPLES: Bulk copy via ctos may result in
                      blk_init() error.

   15138   479089     jConnect: The sp_version meta-data stored
                      procedure missing in the ASE 12.5.x scripts.

   15138   479088     jConnect: The header comments in meta-data stored
                      procedure script for ASE 15.0 refer to sp_version
                      stored procedure which does not exist in the
                      script.

   15138   478756     ODBC Driver by Sybase: Calling SQLPrepare for a
                      stored procedure with large number of parameter
                      crashes the ODBC application.

   15138   478647     jConnect: Add support for unsigned and bigint data
                      types in the Bulk Insert feature of jConnect.

   15138   478369     OLE DB Provider by Sybase: Memory not released
                      after ADODB.Recordset is closed.

   15138   477638     NETLIB: For the non-threaded libraries, when the
                      child process closes a connection shared between
                      the parent and child, the parent process receives
                      a disconnect error.

   15138   477078     BLKLIB: blk_init() leaks memory when error occurs
                      during the blklib initialization.

   15138   476626     ODBC Driver by Sybase: Unhandled exception error
                      when you execute a stored procedure with 28 or
                      more parameters.

   15138   476201     jConnect: JDBC meta data function calls may return
                      partial results if user has set rowcount to limit
                      results on this database connection.

   15138   474759     ODBC Driver by Sybase: In VB/ADO application, get
                      MoveNext error when fetching from a LONGCHAR
                      column.

   15138   472980     ODBC Driver by Sybase: Request to support iso15
                      charset.

   15138   472651     OLE DB Provider by Sybase: OLEDB Provider returns
                      "-2147467259/Unspecified error" in a COM+
                      component.

   15138   471786     OpenServer hits assertion error with invalid TDS
                      length.

   15138   470568     ODBC Driver by Sybase: Calling
                      SQLSetConnectAttr(SQL_ATTR_QUERY_TIMEOUT) returns
                      error.

   15138   470457     ODBC Driver by Sybase: SQLCancel is not working in
                      VB/ADO applications.

   15138   468750     OLE DB Provider by Sybase: DSNs created through
                      Sybase Data Source Administrator cannot be created
                      as system DSNs such that they can be used by any
                      user on the system.

   15138   462113     OLE DB Provider by Sybase: Cannot obtain Database
                      Schema information for queries that reference
                      tables from a database other than the one defined
                      in the Datasource definition.

   15138   454631     OLE DB Provider by Sybase: From a Microsoft SQL
                      Server linked server connection, inserting into a
                      table with float or nchar columns cause Insert to
                      fail.

   15138   453714     OLE DB Provider by Sybase: From a Microsoft SQL
                      Server linked server connection, cannot use a
                      nullable column in the where clause.

   15138   451776     ADO.NET: Long text data is truncated during insert
                      when using IDbCommand / IDbDataParameter
                      interfaces.

   15138   449515     OLE DB Provider by Sybase: Superfluous prepare
                      calls being made resulting in poor provider
                      performance.

   15138   278422     CPRE: ESQL/C Applications compiled with the
                      threaded libraries and -
                      DCONNECTIONS_ARE_SHARED_ACROSS_THREADS may report
                      error "cs_objects: cslib user api layer: external
                      error: ZZZZZ cs_objects: error performing
                      requested operation" when using dynamic SQL
                      involving cursor.

   14847   476547     DRIVERS: Add version string to openldap library.

   14847   476497     CTLIB: Open Client does not failover when ASE is
                      configured with HA Active-Passive.

   14847   476239     OLE DB Provider by Sybase: Unable to access
                      multiple resultsets after executing a stored
                      procedure call using TDS_DBRPC.

   14847   476196     jConnect: NoClassDefFoundError error raised when
                      connecting to a server that supports extended
                      password encryption.

   14847   475806     ODBC Driver by Sybase: Attempting to insert data
                      that includes 0x84 character using iso_1 character
                      set for the connection results in syntax errors
                      returned from ASE.

   14847   475704     LANGUAGE MODULES: "locale = en_GB.UTF-8,
                      us_english, utf8" is now available in the [linux]
                      section of locales.dat.

   14847   474626     ADO.NET: AseCommandBuilder.DeriveParameters
                      describes parameters of nchar type as char.

   14847   473031     SRVLIB: Open Server crashes at srv__putchar() when
                      returning row data containing unitext

   14847   472710     OLE DB Provider by Sybase: Microsoft UDL raises a
                      runtime error when configuring for ASE OLEDB
                      Provider.

   14847   472309     ODBC Driver by Sybase:  SQLExecute() raises error
                      #30128 when binding fixed length parameters as
                      SQL_C_DEFAULT and not explicitly setting the
                      bufferlength or columnsize.

   14847   472155     jConnect: BatchUpdateException is thrown by
                      executeBatch, if one of the statements in the
                      batch throws an error.

   14847   471060     SRVLIB: Open Server crashes at comn__oidtoname()
                      when client attempts to connect using network
                      security service and charset conversion is not
                      requested.

   14847   470558     CPRE: When using the -G option cpre generates
                      incorrect T-SQL stored procedures when the host
                      variable is a char type with length given as a
                      numeric expression eg: char myVar[4+1];

   14847   469693     ADO.NET: Adding a row to DataTable derived from
                      DataReader with multiple result sets fails.

   14847   468860     ODBC Driver by Sybase: Executing a query that
                      includes a COMPUTE clause results in an Internal
                      Error.

   14847   468655     jConnect: Feature request to support passing
                      connection property values as part of directory
                      services URL (dsurl).

   14847   466533     SRVLIB: Open Server may core dump at srvr__xi4Swap
                      while reading cursor command sent by the client.

   14847   465402     jConnect: Calling
                      DatabaseMetaData.getDatabaseMajorVersion() method
                      fails when connected to a Data Federation (Avaki)
                      backend.

   14847   462831     SRVLIB: Bulk copy of text/image column that has a
                      default value through gateway server results in
                      server error "16067/10/0: Illegal length (0) for
                      datatype 'CS_IMAGE_TYPE'"

   14847   456778     SRVLIB: Open Server loses table and column names
                      when transferring text columns. An error message
                      similar to "Server Message: Server Name: Incorrect
                      syntax near 'from'" will be generated.

   14847   455958     BCP:Implement BCP new command line option --
                      skiprows to indicate how many rows should be
                      skipped from the begining of the input file. BCP
                      will start copying right after the skipped rows.

   14847   452135     jConnect: DatabaseMetaData functions report
                      SQLAnywhere stored procedure output columns as
                      unknown.

   14847   451845     CTBCP: For fixed-length datatypes, bcp in with no
                      row separators may report error "cs_convert: cslib
                      user api layer: common library error: The result
                      is truncated because the conversion/operation
                      resulted in overflow".

   14847   446011     OLE DB Provider by Sybase: Test Connect on UDL via
                      the Windows Desktop fails w/ MS VC++ runtime error

   14847   435299     OLE DB Provider by Sybase: The properties listed
                      in the DataLink GUI is missing some required
                      information.

   14847   432666     jConnect: Unsatisfactory performance when
                      inserting large batches of records using
                      addBatch() method. Extremely large batches caused
                      client program to hang.

   14847   430890     Security: Windows x86 now has Kerberos support
                      using Windows SSPI interface.

   14847   423713     jConnect: Feature request to gracefully handle
                      login password expiration policies.

   14847   422718     ADO.NET: Request to gracefully handle expired
                      password during connection to ASE.

   14847   422716     OLE DB Provider by Sybase: Request to gracefully
                      handle expired password during connection to ASE.

   14847   408746     ISQL: This CR adds the --retserverror command line
                      option to isql. When set, isql exits whenever a
                      server error is encountered with a severity >= 11.
                      With this option, when a 'real' server error is
                      received, isql will return '2' to the calling
                      program (shell/command prompt) and write
                      'Msg[tab][server error nbr.]' to stderr.

   14847   366302     ODBC Driver by Sybase: Request to gracefully
                      handle expired password in
                      SQLDriverConnect/SQLConnect.

   14847   327864     NETLIB: On UNIX platforms, the DCL interfaces-
                      driver fails to add/modify the value of retry
                      count and loop delay in the interfaces file.

   14847   260852     jConnect: DatabaseMetaData.getColumns function
                      does not correctly identify non Integer identity
                      columns.

   14616   469317     ODBC Driver by Sybase: Some Microsoft
                      ADO/Access/Excel applications make repeated calls
                      to SQLGetConnectAttr(SQL_ATTR_TXN_ISOLATION) to
                      obtain current transaction isolation level.
                      Request to cache this value rather than get it
                      each time from ASE to improve performance.

   14616   467639     DSCP: Dscp deletion corrupts the data of an
                      interfaces file when the first line of the
                      interfaces file is a blank or comment line.

   14616   466137     OLE DB Provider by Sybase: Applications using
                      Microsoft ADO or ADO.NET OleDb Client cannot
                      correctly read Unicode data stored in
                      char/varchar/nchar/nvarchar columns.

   14616   465836     CTLIB: When CS_ASYNC_NOTIFS is enabled and
                      ct_recvpassthru is called with CS_EOM set, message
                      0x0502070a (A read was attempted on a connection
                      already executing a read.) is raised.

   14616   465337     CPRE: When parsing recursive structures or unions,
                      cpre incorrectly reports a syntax error
                      "M_SYNTAX_PARSE".

   14616   464989     ODBC Driver by Sybase: Visual Basic applications
                      using rdoResultset that's opened with
                      rdOpenDynamic and rdConcurReadOnly attributes
                      receive runtime error.

   14616   464833     BCP: BCP fails to truncate trailing space due to
                      wrong interpretation of univarchar space.

   14616   464319     SRVLIB: ODBC client executing a language command
                      against Open Server application may result in
                      server error message  "16227/15/0: Unknown token
                      TDS stream received by spid".

   14616   463944     DBLIB: dbsetinterrupt() fails to handle interrupt
                      until after read from server completes.

   14616   463595     ODBC Driver by Sybase: The SQL used in
                      "sp_odbc_datatype_info" stored procedure that is
                      used by ODBC functions like SQLGetTypeInfo, does
                      not produce an optimal query plan. This is
                      increasing the time taken to make an ODBC
                      connection to ASE.

   14616   461225     EXAMPLE: ctlib sample application wide_dynamic
                      fails when run against Open Server application
                      ctos.

   14616   456633     OLE DB Provider by Sybase: The Provider does not
                      throw error when "Ignore Errors If Results are
                      Pending" option set to false.

   14616   456141     BCP,DEFNCOPY: bcp and defncopy may fail when the
                      multi-byte table name parameter contains either
                      0x5b or 0x5d in the lower byte.

   14616   455785     NETLIB: On HP, Open Server rejects connection when
                      setsockopt() returns EINTR.

   14616   455310     ODBC Driver by Sybase: Accessing linked tables in
                      ASE from Microsoft Access 2002, receives "Function
                      sequence error" after Access changes Autocommit
                      settings.

   14616   455150     ADO.NET: Connection pooling does not work as
                      expected when Microsoft DTC is in use.  When using
                      MSDTC with Sybase ADO.NET Pooling feature to
                      connect to ASE, Pooling is not working. In ASE, we
                      will see all physical connections instead, which
                      may lead ASE to exceed maximum number of
                      connections.

   14616   454109     BLKLIB: Open Server application calling
                      blk_getrow() may lose file descriptor when bcp is
                      run against it with -b1 option.

   14616   453987     CPRE: When parsing a structure or union type
                      definition with one or more fields of user defined
                      non-structure or non-union types, cpre incorrectly
                      reports a syntax error "M_SYNTAX_PARSE".

   14616   441853     BLKLIB: Bulk copy in of client-side character set
                      conversion from utf8 to iso_1 (-Y option) is
                      incorrect.

   14616   433134     NETLIB: Applications configured for SSL crash at
                      sybflt_setprops if ct_connect is called after
                      ct_close and ct_con_drop is not called.

   14616   427175     BLKLIB: An initializing error in Bulk-Library
                      causes Open Server to corrupt data when bcp to
                      columns with default values.

   14616   385625     SRVLIB: On UNIX, Open Server application might
                      report wrong error messages in srv__take_mutex,
                      like "WaitForSingleObject() failed in
                      srv__take_mutex".

   14416   461446     BCP: bcp'ing to an SSL connection on winx64 and
                      ibmplinux with text columns may fail.

   14416   456617     CTLIB:Incomplete release of memory on connection
                      close.

   14416   454786     jConnect: Implement Extended Password Encryption
                      feature for jConnect.

   14416   454499     SRVLIB: Under certain circumstances srvlib will
                      core while attempting to parse interface file
                      information.

   14416   454252     BLKLIB: Bulk copy of NULL text columns may fail in
                      gateway application.

   14416   454054     jConnect: Login attempt does not timeout when
                      firewall has blocked the outbound connection.

   14416   453895     ODBC Driver by Sybase: SQLExecDirect fails with
                      DELETE when using ODBC Cursor library and
                      Microsoft Foundation Classes (MFC).

   14416   453463     EXAMPLE: ctos dumps core when "isql -X" connects
                      to it.

   14416   453235     ODBC Driver by Sybase: SQLGetTypeInfo returns
                      incorrect type mapping for unichar and univarchar
                      datatypes.

   14416   452382     EXAMPLES: ctos sample bulk handler cannot handle
                      arrayinsert.

   14416   450386     OLE DB Provider by Sybase: Unable to update
                      datetime columns from Microsoft SQL Server using a
                      Sybase ASE linked server.

   14416   450087     OLE DB Provider by Sybase: Provider returns error
                      when passing null parameter values of some
                      datatypes to stored procedures.

   14416   450084     OLE DB Provider by Sybase: Provider throws data
                      overflow errors in Visual Basic application.

   14416   450079     SRVLIB:srv_createmutex() may cause memory
                      corruption when the actual length of a mutex name
                      is larger than the specified length.

   14416   449680     jConnect: An empty scrollable resultset causes
                      SQLException when ResultSet.beginFirst() is
                      called.

   14416   448369     OLE DB Provider by Sybase: When reading a varchar
                      output parameter from a stored procedure, provider
                      returns empty string.

   14416   448089     OLE DB Provider by Sybase: Unable to connect to
                      ASE using Data Source Name from Visual Basic 6.0
                      applications.

   14416   447275     ADO.NET: The sybdrvado11.dll (for 12.5.1 releases)
                      or sybdrvado115.dll (for 15.0 releases) released
                      in recent ESDs is not compatible with older ESDs.
                      This does not allow multiple versions of the
                      ADO.NET provider to be deployed concurrently.

   14416   446661     OLE DB Provider by Sybase: Unable to execute a
                      stored procedure from Microsoft SQL Server using a
                      Sybase ASE linked server.

   14416   446414     NETLIB: On Windows, ct_results() may report an
                      error "ct_results(): network packet layer:
                      internal net library error: Net-Library operation
                      terminated due to disconnect" after a timeout.

   14416   445762     OLE DB Provider by Sybase: Unable to execute
                      queries from Microsoft SQL Server using a Sybase
                      ASE linked server.

   14416   444961     ODBC Driver by Sybase: Using the "Import Data"
                      function in Microsoft Excel (Office 2003) fails
                      with following error: "The Data Connection Wizard
                      cannot obtain a list of databases from the
                      specified data source.".

   14416   434189     OLE DB Provider by Sybase: Unable to update
                      datetime columns defined as "IS NOT NULL" from
                      Microsoft SQL Server using a Sybase ASE linked
                      server.

   14416   420176     OLE DB Provider by Sybase: Unable to execute
                      queries from Microsoft SQL Server using a Sybase
                      ASE linked server.

   14416   416262     ODBC Driver by Sybase: SQLProcedureColumns does
                      not return correct information for stored
                      procedure parameters of type bigint.

   14416   386560     jConnect: Using column meta-data functions such as
                      getColumnType, getColumnLabel on a user-defined
                      datatype (UDT) column from a table that is not in
                      the current database results in a SQLException.

   14416   357238     NETLIB: The memory usage for an application may
                      increase dramatically when the size of interfaces
                      file increases.

   14416   345689     BCP: bcp prints out warning message when loading
                      data into the table with identity column without -
                      E option specified.

   14416   331285     BCP: Hexadecimal and octal field/row terminators
                      are not correctly stored in the bcp data file.

   14167   452688     NETLIB: Corrected the SSL driver entry name in the
                      libtcl64.cfg for Windows x64 platform.

   14167   448956     SRVLIB: When multiple clients connect to an Open
                      Server application and select text/image data from
                      a multi-column table, the size of memory used by
                      the Open Server application grows very large and
                      may exceed the memory limit of the process. A new
                      user API srv_send_data() is provided to transfer
                      text/image data through Open Server in small
                      chunks. Sample program ctos is also updated to use
                      this new API.

   14167   447910     ODBC Driver by Sybase: Unable to export table from
                      Microsoft Access to ASE when the Access table
                      contains a text(255) column. The exact error
                      received:  [Sybase][ODBC Driver][Adaptive Server
                      Enterprise] Can't specify a length or scale on
                      type 'longsysname'

   14167   447338     DBLIB: DB_Library routines DBIORDESC and DBIOWDESC
                      always return 0.

   14167   446237     DRIVERS: Replace Netscape LDAP libraries by
                      OpenLDAP library on nt386.

   14167   445861     XALIB: Need to release hpia 32bit.

   14167   445584     SRVLIB: Dynamic SQL commands returning multiple
                      result sets will fail when running against an Open
                      Server gateway application.

   14167   445201     DSEDIT: On Windows x64, libtcl64.cfg specifies
                      32bit drivers for LDAP and Windows x86 registry.

   14167   444136     CTBCP: bcp supports two new arguments --colpasswd
                      and --keypasswd for sending passwords of encrypted
                      columns and keys to database server to gain
                      decryption permission of the encrypted columns.

   14167   444060     BCP: bcp-in of an empty file fails when the table
                      has computed columns.

   14167   444031     ODBC Driver by Sybase: Connection to ASE from ODBC
                      Driver fail from some client machines running non-
                      english locales. The connection fails if the
                      locale matches one of the languages supported by
                      ASE and that language module is not installed on
                      ASE.

   14167   443854     DRIVERS: Provide SSL filter for Linux on POWER.

   14167   443748     NETLIB: Corrected SSL/Kerberos/LDAP entries in
                      libtcl.cfg/libtcl64.cfg for HP-UX Itanium/Linux on
                      POWER/Linux AMD64/SUN Solaris X86 and X64.

   14167   443182     NETLIB: 3rd party certificates may result in SSL
                      connection failure.

   14167   442817     ODBC Driver by Sybase: SQLConfigDataSource will
                      display the DSN configuration dialog even if NULL
                      parent window handle is specified. The
                      ODBC_CONFIG_SYS_DSN function configures DSNs as
                      User DSN as opposed to system DSN.

   14167   442632     ADO.NET: When a command with
                      CommandBehavior.SequentialAccess is closed using
                      CommandBehavior.CloseConnection the connection is
                      not closed.

   14167   442559     NETLIB: Open server core dump when using wrong SSL
                      password, due to inappropriate close.

   14167   440827     ODBC Driver by Sybase: ODBC connection to ASE from
                      Microsoft Office 2000 / Excel results in
                      Application crash.

   14167   440339     SRVLIB: On HP, Open Server hangs when accept()
                      returns ENOBUFS.

   14167   440044     NETLIB: If multiple threads are calling
                      ct_connect() using Kerberos security mechanism, a
                      race condition may cause a SEGV in csd_bind().

   14167   439714     BCP:bcp out under native mode does not support
                      CS_LONGBINARY datatype.

   14167   438423     ODBC Driver by Sybase: Accessing ASE using ODBC
                      Driver from Microsoft Access 2003 causes reserved
                      error (-7707).

   14167   437845     SRVLIB: When the conversion of character set is
                      involved, srv_send_text() fails during the second
                      invocation.

   14167   435402     CERTUTIL: OpenSSL cannot read server certificates
                      due to a extra '\0' at the end of the encodings
                      in the file. OpenSSL gets an error with these
                      certificates. For example, the command "openssl
                      pkcs8 < server1.crt" will return the following
                      error message:"Error reading key
                      24292:error:0906D06C:PEM routines:PEM_read_bio:no
                      start line:pem_lib.c:642:Expecting: ENCRYPTED
                      PRIVATE KEY". This error is not seen with
                      certicom.  When using an ASE that uses OpenSSL,
                      you may get the following error message: "Sybase
                      CSI Error Message: Error reading the private key.
                      The specified buffer content  is not in the
                      expected format."  If this error is encountered,
                      the corrective action would be to regenerate
                      certificate/private key using the new tools.

   14167   434771     OLE DB Provider by Sybase: Slower performance
                      experienced using Sybase OLE DB Provider in a
                      application using recordsets.

   14167   434545     ESQL/C: A new feature allowing structs and arrays
                      as indicator variables has been added to the cpre
                      pre-processor. This is to allow application
                      programmers to use the array name or the struct
                      name for SELECT or UPDATE lists instead of coding
                      individual indicator variables per query.

   14167   431185     ODBC Driver by Sybase: Using a parameter with
                      valueType SQL_C_CHAR representing Date value in a
                      parameterized query on datetime or smalldatetime
                      filed, causes "Invalid conversion" error on
                      SQLExecute.

   14167   358978     BCP: New feature to enable BCP to log all the rows
                      that are rejected into a new discard file (-d
                      discardfileprefix).

   13955   444520     OLE DB Provider by Sybase:  Modifying the values
                      of a disconnected recordset whose fields are not
                      derived from columns in a table, will give the
                      error: Multiple-step operation generated errors.
                      Check each status value.  -2147217887 Microsoft
                      Cursor Engine.

   13955   443327     jConnect: DatabaseMetaData.getTypeInfo returns
                      internal ASE system user types (like longsysname)
                      which should not be returned.

   13955   442470     jConnect: DatabaseMetaData.getTypeInfo call no
                      longer returns ASE Local type of "double
                      precision".

   13955   441465     ODBC Driver by Sybase: Calling SQLSetCursorName
                      before a SQLPrepare statement doesn't set the
                      cursor name to the user specified cursor name when
                      SQLExecute is called, it defaults to the driver
                      generated cursor name instead.

   13955   441438     ODBC Driver by Sybase: Setting statement attribute
                      SQL_ATTR_CURSOR_TYPE to Static or Keyset options
                      produces SQL_ERROR.

   13955   440498     OLE DB Provider by Sybase: Unable to access
                      subsequent Rowsets if query retuned multiple
                      result sets.

   13955   440092     CTLIB:Memory leak occurs between ct_con_alloc()
                      and ct_con_drop() when connecting to server fails.

   13955   439166     NETLIB: On Windows, when ct_connect fails, it does
                      not display the correct operating system error
                      information.

   13955   438735     ODBC Driver by Sybase: Unexpected behavior in
                      Crystal Reports when connecting using ODBC Driver,
                      because SQLProcedureColumns returns NO for
                      IS_NULLABLE.

   13955   437938     ADO.NET: The ADO.NET Provider produces Internal
                      Error: 30016 with a specific query and using
                      network packet size of 8192 or higher.

   13955   436447     ODBC Driver by Sybase: Modifying the values of a
                      disconnected recordset whose fields are not
                      derived from columns in a table, will give the
                      error: Multiple-step operation generated errors.
                      Check each status value.  -2147217887 Microsoft
                      Cursor Engine.

   13955   436080     jConnect: Unable to retrieve return status from
                      CallableStatement when IGNORE_DONE_IN_PROC
                      connection property is set to true.

   13955   435118     OLE DB Provider by Sybase: The Test Connect
                      option in the Sybase Data Source Administrator
                      application displays password in clear-text.

   13955   434599     CTLIB, DBLIB and SRVLIB: Open Client and Open
                      Server report incorrect program version in TDS
                      login record.

   13955   434567     ESQL products: this CR allows ANSI style binds to
                      be turned off by using a new command line flag
                      named '-u'. This allows for application migration
                      projects to disable ANSI binds for that
                      application without having to resort to the
                      ocs.cfg file which would disable this for all
                      applications running in this particular
                      installation.

   13955   434558     jConnect: Receive unexpected update counts /
                      result sets when query calls nested stored
                      procedures and IGNORE_DONE_IN_PROC connection
                      property is set to true.

   13955   434517     NETLIB: Open Server hangs when accept() returns
                      ECONNRESET.

   13955   433440     SRVLIB: Open server with DBLIB API crashes when
                      connecting to another server in open server start
                      handler.

   13955   429313     CTLIB: When array binding is in use on
                      asynchronous connections, CS_END_DATA completion
                      status is not returned after ct_fetch has fetched
                      all rows of the current result set.

   13955   427244     jConnect: Calling
                      DatabaseMetaData.getProcedureColumns when auto-
                      commit mode is off raises SybSQLException: SELECT
                      INTO command not allowed within multi-statement
                      transaction.

   13955   425811     ADO.NET: AseDataReader.GetOrdinal(<column name>)
                      performs case sensitive search even if ASE is
                      setup to be case insensitive.

   13955   416250     ODBC Driver by Sybase: SQLColumns returns type
                      names varchar and char for nvarchar and nchar data
                      types respectively.

   13955   416248     ODBC Driver by Sybase: SQLColumns returns type
                      name varchar for timestamp data type.

   13955   416247     ODBC Driver by Sybase: Unable to retrieve data
                      from columns of timestamp data type in a ASE 15.0
                      database.

   13955   408348     ADO.NET: ExecuteReader(CommandBehavior.SingleRow)
                      does not restrict a result set to a single row.

   13955   395518     NETLIB: Open Client applications hang in
                      ct_results when SSL is enabled and the negotiated
                      packet size is larger than 4K.

   13955   361514     SSL:ct_con_props(CS_SET, CS_PROP_SSL_CIPHER)
                      doesn't support comma delimited but null
                      terminated ciphersuite.

   13955   336674     BCP: When bcp reaches its maximum number of errors
                      it does not report the reason why it stops.

   13955   330874     CTLIB: A CT-Library application core dumps when it
                      calls ct_data_info() after ct_get_data() is called
                      on a non text/image column.

   13792   435330     OLE DB Provider by Sybase: OLE DB Provider does
                      not fill the some recordset properties such as
                      Count when the recordset is created.

   13792   434980     TRANLIB: XA Application which calls xa_open()
                      before cs_ctx_global() does not work with 15.0 SDK
                      if it is linked with Pre-15.0 SDK or compiled with
                      -DCS_NO_LARGEIDENTIFIERS on 15.0 SDK. The
                      application would need to specify -V125_NO_LRGID
                      (or -V15_NO_LRGID, -V12_NO_LRGID, -V11_NO_LRGID)
                      instead of -V125 (or -V15, -V12, -V11) in the open
                      string parameter.

   13792   434920     ODBC Driver by Sybase: Unable to use Text and
                      Image datatypes with OpenSwitch backends, since
                      the ODBC Driver sends these as TDS_BLOB which is
                      not supported by OpenSwitch.

   13792   434766     OLE DB Provider by Sybase: The informational
                      message callback handler installed is not called
                      on events generated by "print" statements in
                      stored procedures and queiries.

   13792   433578     OLE DB Provider by Sybase: The OLE DB Provider
                      fails to retrieve data with DELPHI ADO Provider
                      when the value of a string parameter is larger
                      than 13 byes.

   13792   433481     CTLIB: ct_setparam call can cause valid data
                      inserts to be NULL if the null indicator variable
                      was set to NULL before the ct_setparam call.

   13792   433319     ODBC Driver by Sybase: Request to provide support
                      to distinguish a zero length binary column value
                      from a null column value.

   13792   433119     TRANLIB: On Windows, XA Application which calls
                      cs_ctx_global() before xa_open() does not work
                      with 15.0 SDK if it is linked with Pre-15 SDK.

   13792   432500     ODBC Driver by Sybase: When using SQLDriverConnect
                      with SQL_DRIVER_PROMPT Option, changes made to the
                      connect string in the prompt dialog are not
                      reflected in the OutConnectString.

   13792   432187     ODBC Driver by Sybase: Call to
                      SQLConfigDataSource() creates DSN with last
                      character of property value truncated.

   13792   431774     jConnect: Feature request to implement a
                      connection property that will return column alias
                      name rather than the real column name when
                      ResultSetMetaData.getColumnName() is called. This
                      behaviour is compatible with older versions of
                      jConnect and some other DBMS JDBC Drivers.

   13792   431495     ODBC Driver by Sybase: SQLExecDirect() fails when
                      SQL statement being executed contains "@" sign(s).

   13792   431394     ODBC Driver by Sybase: Resultset.GetRows VBScript
                      function does not work in ASP page.

   13792   431363     NETLIB: On Windows, if a server is shutdown when
                      there is an existing connection, the same server
                      cannot be restarted until the existing connection
                      becomes inactive.

   13792   431115     OLE DB Provider by Sybase: OLE DB Provider does
                      not pass connection properties "Application Name"
                      nor "WorkStation Id" to the server in the login
                      packet.

   13792   430893     ODBC Driver by Sybase: The ODBC Driver may commit
                      unexpected rows in batch insert mode, if a
                      deadlock or other error causes ASE to abort the
                      ongoing tansaction.

   13792   430007     ODBC Driver by Sybase: SQLGetData not working with
                      smalldatetime datatype columns when used from
                      Microsoft Access applications.

   13792   429948     OLE DB Provider by Sybase: Accessing the
                      ADODB.Field.Properties.Count gives error "Row
                      handle is invalid" when the RecordSet contains no
                      rows.

   13792   429884     jConnect: Calling getInt() and getLong() methods
                      on ResultSet and CallableStatement will throw
                      SQLExceptions if the column/parameter is of type
                      Tds.UINT8.

   13792   429458     OLE DB Provider by Sybase: Applications are not
                      able to retrieve messages from T-SQL 'print'
                      statements.

   13792   429175     jConnect: When setNanos() function is used to set
                      nano second values, jConnect may incorrectly
                      report rounding or truncation warnings.

   13792   429056     ODBC Driver by Sybase: Calling stored procedure
                      with T-SQL exec syntax & null arguments fails

   13792   428696     OLE DB Provider by Sybase: When executing large
                      SQL statement, the connection is timed out 30
                      seconds after query is executed.

   13792   428578     jConnect: Feature request - Change
                      sp_jdbc_stored_procedures to use intermediate temp
                      tables to reduce duration of shared intent locks
                      on sysprocedures tables.

   13792   428398     LDAP: LDAP Directory Services requests should have
                      timeouts in case LDAP servers are unreachable or
                      fail in such a way that requests against them
                      never complete in a timely fashion or never
                      complete at all. The LDAP Directory Servers
                      lookups should timeout like the rest of the
                      ct_connect process to prevent application hangs.

   13792   427126     ODBC Driver by Sybase: Applications receive
                      "Unsupported parameter type" error when using
                      numeric(20,0) type parameter.

   13792   425291     BLKLIB: blklib should pass error number and
                      severity to its applications when it reports
                      errors.

   13792   424737     SRVLIB: Server properties SRV_S_LOGFILE and
                      SRV_S_TRUNCATELOG cannot be set after srv_init()
                      is called. On windows, if the application calls
                      CreateProcess then the logfile handle is exported
                      to the new process. This prevents the Open Server
                      from truncating the log.

   13792   423838     TRANLIB: Application using the DTM XA Interface
                      and linked with the non-threaded shared libraries
                      fail to retrieve the XA connection handle.

   13792   423538     NETLIB: On Windows, Open Server may appear to stop
                      or defer accepting connections when there are many
                      concurrent connections.

   13792   422518     ODBC Driver by Sybase: No support for character
                      set koi8.

   13792   422413     ODBC Driver by Sybase: Buffer overrun when
                      entering more than 80 characters in the
                      properties.

   13792   421130     ADO.NET: The Sybase Interfaces file lookup via use
                      of DSURL syntax expects the "QUERY" keyword in the
                      interfaces file to be in lower case. Lookup fails
                      if the keyword appears in upper case.

   13792   419306     ODBC Driver by Sybase: SQLNumParams reports
                      incorrect number of parameters if the query being
                      executed contains "@" sign.

   13792   418913     ODBC Driver by Sybase: String columns with null
                      characters embedded in the value are truncated
                      after the first null character.

   13792   409120     SRVLIB: This implements a new token TDS_DBRPC2.
                      With this implementation a fully qualified rpc
                      name can now be greater than 255 bytes, but the
                      individual component of the rpc name is still
                      limited to 255 bytes

   13792   404027     ADO.NET: New feature request to provide a
                      connection parameter that will cause driver to
                      ignore raiseerror conditions and continue
                      execution of the stored procedure.

   13792   380009     SRVLIB: jConnect client application might hang
                      when multiple batch update statements or option
                      commands are run against Open Server application.

   13792   377684     ISQL: The display for multiple-byte character can
                      be corrupted when ISQL starts a new line in the
                      middle of a multiple-byte character.

   13792   376836     CTBCP: Performance fixes; 1: bcp-in in character
                      mode, 2: bcp_r all uses.

   13792   346122     DEFNCOPY: Defncopy should initialize the
                      connection properties of host name and program
                      name.

   13563   431071     OLE DB Provider by Sybase: DBSCHEMA_PROVIDER_TYPES
                      Schema Rowset returns incorrect TYPE_NAME for
                      unsigned types. It returns ubigint, uint and
                      usmallint instead of unsigned bigint, unsigned int
                      and unsigned smallint respectively.

   13563   428546     ODBC Driver by Sybase: SQLGetTypeInfo for
                      SQL_TYPE_DATE returns 9 for DATA_TYPE & 91 for
                      DATA_TYPE_2 (SQL_DATA_TYPE). It should return 91
                      for both values.

   13563   428417     Open Server: If the CTOS sample program is used
                      with the CT-Lib sample program 'csr_disp' and the
                      ASE server's version is not 15.0 the CT-Lib sample
                      program fails with a corrupt TDS token stream.

   13563   428140     CTLIB: 'lnsyblibs create' raises error:
                      "libsyb*.s[o: No such file or directory"

   13563   427201     jConnect: Add support to have multiple open
                      ResultSet objects per statement as defined in JDBC
                      3.0 specifications.

   13563   426606     ISQL: The column separator (-s) option is not
                      applied to text or image columns.

   13563   425331     isql Kerberos login with -V on IBM PSeries Linux
                      fails with error: $ isql_r -V -SREGTEST15 CT-
                      LIBRARY error:         ct_con_props(SET): security
                      service layer: internal security control layer
                      error: error string not available

   13563   424286     jConnect: If the LANGUAGE connection property is
                      set and localized jConnect messages are available
                      for the language, then display jConnect messages
                      in that language instead of english.

   13563   423818     OLE DB Provider by Sybase: Cannot access certain
                      OLE DB Provider Connection parameters or
                      properties after setting them. List of parameters
                      and properties: Application Name, WorkStation ID,
                      Current Catalog, Provider Version, Provider Name,
                      Provider Friendly Name, DBMS Version, DBMS Name,
                      WorkStation ID.

   13563   423551     jConnect: DatabaseMetaData.getTypeInfo() reutrns
                      incorrect value for TYPE_NAME for unsigned types.
                      It returns ubigint, uint and usmallint instead of
                      unsigned bigint, unsigned int or unsigned
                      smallint.

   13563   423549     ODBC Driver by Sybase: SQLColumns returns
                      underlying native datatype name for user defined
                      datatypes.

   13563   423535     ODBC Driver by Sybase: SQLGetTypeInfo returns
                      incorrect TYPE_NAME for unsigned types. It returns
                      ubigint, uint and usmallint instead of unsigned
                      bigint, unsigned int and unsigned smallint
                      respectively.

   13563   423445     ODBC Driver by Sybase: Calling
                      SQLConfigDataSource() to create a DSN always
                      returns FALSE.

   13563   423355     ODBC Driver By Sybase: SQLGetTypeInfo should
                      return SQL_TYPE_DATE / SQL_TYPE_TIME for
                      DATA_TYPE.

   13563   422440     ODBC Driver by Sybase: Unable to use connection
                      information from LDAP Server if sybaseServername
                      defined in the LDAP entry is different from the
                      hostname of the target server and DriverCompletion
                      is set to SQL_DRIVER_COMPLETE.

   13563   421873     SRVLIB: Bulk copy via Open Server in passthrough
                      mode fails with the following errors: Msg 5702,
                      Level 10, State 1: ASE is terminating this
                      process. CTLIB Message:  - L0/O0/S0/N0/0/0:
                      blk_init(): blk layer: CT library error: Failed
                      when CT_Lib routine ct_results() called.

   13563   421646     DBLIB: On Solaris, Windows and Linux platforms,
                      there is a memory leak in dbopen.

   13563   421007     SSL: With this fix, now all anonymous cipher
                      suite, *_anon_*, has been removed from OCS default
                      cipher suite list. This is used to make SSL
                      connection more secure by enforcing server
                      authentication. If customers want to use anonymous
                      SSL handshake, they need to install it explicitly
                      using ct_con_props(,CS_SET,CS_PROP_SSL_CIPHER,,,)
                      and take the risk without server authertication by
                      their own. Also, now libsybflssl does not allow
                      SSL connection to be continued if it fails in
                      setting customize ciphersuite or trusted.txt.

   13563   420505     ODBC Driver by Sybase: SQLNativeSql returns
                      SQL_SUCCESS_WITH_INFO incorrectly even when there
                      are no warnings.

   13563   420271     ADO.NET: Application connecting to ASE using
                      ADO.NET Data Provider hangs when connection is
                      killed within ASE.

   13563   420178     ODBC Driver by Sybase: SQLGetTypeInfo
                      (SQL_ALL_TYPES) returns no data for subsequent
                      rows after the first, when using SQLGetData.

   13563   419030     ODBC Driver by Sybase: Binding a datetime column
                      to SQL_C_TYPE_DATE returns invalid Indicator
                      length.

   13563   418335     CPRE: cpre occasionally gives Access Violations
                      precompiling some source files.

   13563   416737     DBLIB: A dblib application may fail on HP Itanium
                      if the application has set the file descriptor
                      limit to be more than 2048 with the following
                      error: Operating-system error:         Bad file
                      number

   13563   409766     OLE DB Provider by Sybase: Add support for OLE DB
                      Services. These are used for automatic transaction
                      enlistment apart from other uses.

   13563   404560     OLE DB Provider by Sybase: Cannot get the error
                      number fom an error raised by raiseerror.

   13563   393655     ISQL: Isql should have validity check on the
                      values of the -w width parameter.

   13563   386029     OLE DB Provider by Sybase: ADO
                      Recordset.RecordCount always returns -1 when
                      CursorLocation is set to adUseServer.

   13563   377290     CTLIB: Setting the null indicator variable should
                      take precedence over the settings of data and data
                      length in the ctlib routines.

   13563   374290     jConnect: Add support for JDBC 3.0 retrieval of
                      Auto Generated keys feature using
                      Statement.getGeneratedKeys method.

   13357   424503     OLE DB Provider by Sybase: The length of table
                      name, column name input arguments in the MDA
                      stored procedures used by the OLE DB Provider are
                      not long enough to account for names with escape
                      characters like [_].

   13357   423033     jisql: Replace use of JPasswordField class with a
                      Sybase specific class that disables copy text
                      functionality.

   13357   422998     jConnect: Calling Statement.close() on a statement
                      that's already closed results in SQLException. As
                      of JDK 1.4 specifcication, this should be a no-op.

   13357   422264     jConnect: Unable to call setAutoCommit(false)
                      after ending a XA transaction.

   13357   421026     ODBC Driver by Sybase: The ODBC Catalog Functions
                      require the database supplied as the argument to
                      be the same as the current database. For instance
                      if the user is in master and wants a list of
                      tables in the pubs2 database and invokes the
                      SQLTables function, it will fail.

   13357   420976     ODBC Driver by Sybase: Unable to access ASE data
                      from MS-Access using ODBC when key column is
                      numeric or decimal datatype. Data is shown as
                      "#Deleted".

   13357   420768     ODBC Driver by Sybase: ASE datetime datatype
                      supports accuracy upto 1/300th of a second, but
                      the ODBC Driver attempts to return a higher
                      precision fractional second value. Request to have
                      fractional second values exactly match what is
                      returned by ASE.

   13357   420734     ODBC Driver by Sybase: Driver attributes returned
                      by SQLDrivers do not contain information for
                      "DriverODBCVer" attribute.

   13357   420087     ODBC Driver by Sybase: SQLGetInfo
                      SQL_MAX_PROCEDURE_NAME_LEN returns invalid value.

   13357   419959     jConnect: Output parameters registered as JDBC
                      type of FLOAT are returned as Float objects when
                      getObject() is called. These should be returned as
                      Double as per JDBC specification.

   13357   419921     jConnect: Installing jConnect meta-data stored
                      procedures (sql_server*.sql or installmaster
                      script) on an ASE setup with Japanese character
                      set fails due to character set conversion issues.

   13357   419730     jConnect: PreparedStatement.setObject(paramIndex,
                      String, java.sql.Types.BIT) does not set
                      underlying boolean column to true if string value
                      provided is "1".

   13357   419579     jConnect: The column names used to describe
                      ResultSet MetaData do not conform to the JDBC
                      specifications.

   13357   418260     jConnect: NullPointerException when
                      updateTimestamp() method is called.

   13357   418124     ODBC Driver by Sybase: When using SQLDriverConnect
                      with SQL_DRIVER_PROMPT Option, changes made to the
                      connect string in the prompt dialog are not
                      reflected in the OutConnectString.

   13357   418120     BCP: bcp stops when ASE encounters a duplicate key
                      row in a batch (e.g. -b1)

   13357   417721     jConnect: Statement.getUpdateCount() does not
                      return a valid update count after
                      Statement.executeUpdate() is executed.

   13357   417539     jConnect: For User-defined datatypes, the
                      DatabaseMetadata.getColumns(TYPE_NAME) returns the
                      underlying native datatype name and not the User-
                      defined datatype name.

   13357   416759     jConnect: Request to support
                      getDatabaseMajorVersion(),
                      getDatabaseMinorVersion(), getJDBCMajorVersion()
                      and getJDBCMinorVersion() functions on the
                      DatabaseMetaData class.

   13357   416469     Directory Drivers: LDAP Directory service support
                      for linuxamd64 and ibmplinux.

   13357   416419     BLKLIB:bcp through open server crashes the open
                      server in blk_50_sendrow when copying in row data
                      that has several trailing NULLs.

   13357   416078     CTLIB: Enable MIT Kerberos 1.4.3 support for
                      HPUX64.

   13357   414657     ODBC Driver by Sybase: The length of table name,
                      column name input arguments in the MDA stored
                      procedures used by the ODBC Drivers are not long
                      enough to account for names with escape characters
                      like [_].

   13357   409633     jConnect: The length of table name, column name
                      input arguments in the MDA stored procedures used
                      by the jConnect driver are not long enough to
                      account for names with escape characters like [_].

   13357   408892     DBLIB: A dblib application may hang on HP Itanium
                      or HP PA-RISC platform if the application has more
                      than 32 or 1024 open files respectively.

   13357   407805     SRVLIB:In srv_dbg_stack(), the return value of the
                      user-provided function is not checked. If the
                      return value is CS_FAIL, the stack trace is
                      terminated.

   13357   406460     ADO.NET: Can't use a cloned connection if the
                      parent connection string is not set.

   13357   405858     BCP: bcp in to a table with an index that has
                      "ignore_dup_key" enabled will cancel the batch
                      that contains duplicate rows.

   13357   404465     NETLIB: When an application drops context and then
                      allocates new context, it core dumps in subsequent
                      ct_connect attempt to a dead ASE.

   13357   403945     jConnect: Request to support JDBC 3.0 ResultSet
                      holdability feature.

   13357   401492     ODBC Driver by Sybase: Request 32-bit ASE ODBC
                      Driver to be certified on 64-bit Windows x64
                      platform.

   13357   394097     jConnect: DatabaseMetaData.getProcedures() does
                      not return procedures owned by non-sa_role users
                      if the current login holds sa_role privilege.

   13357   378823     jConnect: Request to support IPv6 network
                      protocol.

   13357   362886     DEFNCOPY: When using kerberos network security
                      authentication, defncopy should not prompt the
                      user for a password via the -P parameter.

   13126   409514     jConnect: Request to update documentation files
                      installed in $SYBASE/jConnect-6_0/docs directory.

   13126   408906     SRVLIB: Clients connecting to Open Server
                      application using Kerberos may hit error:
                      "ct_connect(): network packet layer: external
                      error: There is a protocol packet error. An
                      illegal length was received "

   13126   407009     ADO.NET: Using DTC transactions with non-pooled
                      database connections may cause errors in
                      application.

   13126   406880     OLE DB Provider by Sybase: Arithmetic overflow
                      errors encountered using Decimal or Numeric data
                      types in ADO recordset.AddNew or OLE DB
                      IRowsetChange::InsertRow methods.

   13126   406117     CTLIB: On non-threaded platforms, synchronous
                      connection with CS_ASYNC_NOTIFS set is not
                      receiving notifications.

   13126   406102     ISQL/BCP/DEFNCOPY: Closing stdin before an exec of
                      this utility could cause a 'write to pipe' error.

   13126   405769     DBLIB: On Windows, dbpoll crashes when NULL dbproc
                      is used.

   13126   404628     CPRE: HA ESQL/C application crashes during
                      failover in ct__tds_dynres_undo

   13126   403838     This feature implements scrollable cursor
                      functionality in Open Server. The 'ctos' sample
                      has been changed to allow scrolling.

   13126   403523     ADO.NET: XmlReader.Read() fails when result set
                      contains data from a Unitext table column.

   13126   402893     ADO.NET: Request to add support for SQL
                      initialization string, which will contain SQL
                      statement(s) that will be executed after a new
                      database connection has been established.

   13126   402890     OLE DB Provider by Sybase: Request to add support
                      for SQL initialization string, which will contain
                      SQL statement(s) that will be executed after a new
                      database connection has been established.

   13126   402886     ODBC Driver by Sybase: Request to add support for
                      SQL initialization string, which will contain SQL
                      statement(s) that will be executed after a new
                      database connection has been established.

   13126   402365     jConnect: Inconsistent update counts returned by
                      execute/executeUpdate/executeBatch functions when
                      IGNORE_DONE_IN_PROC and DYNAMIC_PREPARE connection
                      properties are set to true and a trigger will be
                      invoked by the query.

   13126   401774     ADO.NET: Memory leak observed in ADO.NET Data
                      Provider when Connection pooling is enabled.

   13126   401332     ODBC Driver by Sybase: Add support for scrolling
                      by Bookmark.

   13126   399989     DEFNCOPY: On UNIX platforms, suppress the password
                      that is visible from the command line when running
                      defncopy with '-P<password>' argument.

   13126   399620     OLE DB Provider by Sybase: Add support for OLE DB
                      IRowsetLocate interface. This will enable
                      recordsets created to support bookmarks.

   13126   399542     BCP: On UNIX platforms, suppress the password that
                      is visible from the command line when running bcp
                      with  '-P<password>' argument.

   13126   397650     ADO.NET: Clarification on Character set conversion
                      issues between cp850 and cp1252 code pages on
                      Windows.

   13126   393871     ODBC Driver by Sybase: Improve SQLGetTypeInfo
                      performance by caching results from previous
                      queries to ASE.

   13126   392975     CTLIB: For security sessions, ct_con_drop() may
                      core dump if the security credential has expired.

   13126   390914     NETLIB: If a ctlib application deallocates its old
                      CS_CONTEXT and creates a new CS_CONTEXT before
                      trying to connect to a dead ASE, core dump could
                      occur in com__err_getcache().

   13126   383363     OLE DB Provider by Sybase: Application receives
                      "Object or provider is not capable of performing
                      requested operation." error when calling
                      Connection.Execute() method specifying
                      adOpenKeyset CursorType.

   13126   382962     OLE DB Provider by Sybase: Provider is missing
                      support for Bookmarks and Client-side scrollable
                      cursor library. Issues with binding recordsets to
                      controls.

   13126   378944     OLE DB Provider by Sybase: Add support for Client-
                      side cursor engine, which is invoked by setting
                      CursorLocation property to adUseClient.

   13126   378484     OLE DB Provider by Sybase: Request support for
                      distributed transactions for MS DTC applications.

   13126   376200     OLE DB Provider by Sybase: Feature request for
                      OLEDB Data Source configuration Manager for Sybase
                      ASEOLEDB Provider.

   13126   374592     COMNLIB: bcp-in doesn't allow small float values
                      to be imported into ASE.

   13126   368571     ADO.NET: Improve performance of
                      AseDataAdapter.Fill() method.

   13126   367021     ADO.NET: Improve performance of GetValue() methods
                      on DataReader object.

   13126   346906     BLKLIB/DEFNCOPY: Square brackets in object names
                      are supported now.

   13126   336195     ODBC Driver by Sybase: Add support for some
                      missing Data Source Information types in
                      SQLGetInfo function: SQL_USER_NAME,
                      SQL_TXN_CAPABLE, SQL_TXN_ISOLATION_OPTION,
                      SQL_NON_NULLABLE_COLUMNS, SQL_NULL_COLLATION and
                      SQL_MAX_TABLES_IN_SELECT.

   13126   334158     CTLIB: New Feature to allow CS_LOGIN_TIMEOUT &
                      CS_TIMEOUT properties to be set at connection
                      level as well as context level.

   13126   307272     jConnect: If jConnect creates a Statement
                      internally to help execute a client statement, the
                      query timeout value that may have been set does
                      not get propogated to the internal statement.

   12974   404088     CTLIB: When HA failover has completely failed
                      during ct_results(), there is no error message
                      displayed to indicate that the connection has
                      failed.

   12974   403696     CTLIB: Dynamic SQL client may get stack corruption
                      from ct_fetch().

   12974   400849     BLKLIB: blk_done(CS_BLK_ALL) after
                      blk_done(CS_BLK_CANCEL) can send an incorrect TDS
                      token stream to ASE causing a server error
                      message.  No invalid data is inserted.

   12974   400805     OLE DB Provider by Sybase: Empty record set
                      returned when calling stored procedures with
                      parameters.

   12974   400339     CTLIB: existing synchronous connections always use
                      the old timeout value even when CS_TIMEOUT has
                      been updated by ct_config.

   12974   400217     jConnect: Unable to create a scrollable ResultSet
                      object that contains a JAVA_OBJECT type.

   12974   399867     CPRE: cpre truncates the size of text inserts to
                      16K.

   12974   397481     jConnect: Incorrect return value (XAER_PROTO) when
                      a failed XA transaction is ended. The correct
                      return value is XAER_NOTA.

   12974   397348     BLKLIB: Bulk copy in via gateway server may fail
                      across platforms.

   12974   397247     CTLIB: When using a scrollable cursor with ct-lib,
                      if an array bind count is set to less than the
                      cursor pre-fetch buffer size (CS_CURSOR_ROWS), the
                      application would return less rows than expected
                      and could fail unpredictably.

   12974   397199     jConnect: Incorrect number of rows affected
                      returned by executeBatch method when
                      IGNORE_DONE_IN_PROC is set to true and statements
                      executed cause triggers to execute.

   12974   396740     ODBC Driver by Sybase: Request to add Kerberos
                      sample to sample directory.

   12974   394847     jConnect: New feature request to be able to obtain
                      connection information from Sybase interfaces /
                      SQL.INI files.

   12974   393344     ADO.NET: AseParameter does not accept null input
                      values for stored procedure calls.

   12974   393343     ADO.NET: Enhancement request to support positional
                      bind for stored procedure calls.

   12974   389282     OLE DB Provider by Sybase: Request for OLE-DB
                      provider to support MS Data Link editor.

   12974   388277     ADO.NET: Memory leak detected when connection
                      pooling is used in ADO.NET Provider

   12974   386256     ADO.NET: Poor Provider performance when executing
                      batches of SQL Statements.

   12974   386186     RIBO: RIBO output does not correctly translate
                      DYNAMIC2 tokens.

   12974   386036     When CS_ASYNC_NOTIFS is set to CS_TRUE on an Open
                      Server's outgoing connection, the Open Server may
                      crash in various functions including
                      com__async_iopost, comn_take_mutex and
                      comn_release_mutex.

   12974   385153     ADO.NET: With AseDataReader, when last Select has
                      0 rows, result set not detected.  Need to detect
                      the empty result set.

   12974   384762     ADO.NET: Connection.State property remains set to
                      Open when network is disconnected between client
                      and ASE.

   12974   383626     MIT Kerberos is now supported on Windows.

   12974   370757     ODBC Driver by Sybase: New feature request to be
                      able to obtain connection information from Sybase
                      interfaces / SQL.INI files.

   12974   367804     BCP: Added a new option -C to bcp in/out encrypted
                      column instead of plain text.

   12974   352699     BCP/ISQL: Added new option for both isql and bcp;
                      -x trusted.txt_file: specifiy the alternative name
                      and location of the trusted.txt for SSL.

   12974   350092     jConnect: Request to support Savepoint feature as
                      described in the JDBC 3.0 specifications.

   12974   340075     ODBC Driver by Sybase: Request to add support for
                      SQLBulkOperations.

   12974   338697     ADO.NET: New feature request to be able to obtain
                      connection information from Sybase interfaces /
                      SQL.INI files.

