From: Carlos G.A. <car...@ho...> - 2002-08-16 13:41:03
|
Hello: Little fix for SQLColumnsResultSet.cpp IscColumnsResultSet::adjustResults // decimal digits have no meaning for some columns // radix - doesn't mean much for some colums either switch (sqlType.type) { .... case JDBC_NUMERIC: case JDBC_DECIMAL: resultSet->setValue (9, resultSet->getInt(9)*-1); // Scale > 0 break; .... Best Regards Carlos Guzmán Álvarez Vigo-España _________________________________________________________________ MSN. Más Útil cada Día. http://www.msn.es/intmap/ |