User: rt Date: 2008-01-30 07:58:33+0000 Modified: dba/connectivity/source/drivers/odbc/OPreparedStatement.cxx
Log: INTEGRATION: CWS dba24d (1.44.18); FILE MERGED 2007/11/06 10:58:40 oj 1.44.18.2: RESYNC: (1.44-1.45); FILE MERGED 2007/11/06 09:07:49 oj 1.44.18.1: #i51965# impl updateNumericObject and setObjectWithInfo File Changes: Directory: /dba/connectivity/source/drivers/odbc/ ================================================= File [changed]: OPreparedStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/OPreparedStatement.cxx?r1=1.45&r2=1.46 Delta lines: +4 -0 ------------------- --- OPreparedStatement.cxx 2007-11-01 14:51:05+0000 1.45 +++ OPreparedStatement.cxx 2008-01-30 07:58:30+0000 1.46 @@ -572,6 +572,10 @@ else setNull(parameterIndex,sqlType); break; + case DataType::DECIMAL: + case DataType::NUMERIC: + setString(parameterIndex,::comphelper::getString(x)); + break; default: ::dbtools::setObjectWithInfo(this,parameterIndex,x,sqlType,scale); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
