Version 6.2.1.3404

April 10, 2012

This version uses SpreadsheetGear 2010 (6.0.3.190), NetAdvantage 2011, Volume 1 (11.1.20111.2042), and Aspose.Cells 7.0.3.0.

Relational

Note

When a SQL statement uses column aliases, the column name is returned by some JDBC drivers, including the DB2 Type 4 JDBC driver, instead of the specified column alias. This behavior causes problems when multiple columns with the same name are retrieved in the query.

Resolution: The Dodeca server was modified to use the Java ResultSetMetaData.getColumnLabel() method to get the alias and, if a value is not returned, uses the ResultSetMetaData.getColumnName() method to get the column name. (#1079)

Dodeca Framework