diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-10-25 11:40:12 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-10-26 19:12:22 +0200 |
commit | 7b4e7e027966bdd3be941d2f65399eabab0ca70e (patch) | |
tree | b610a24460cec294923ff51a372e93dcf13f0581 /connectivity | |
parent | 7bb42b171e0c0f5c8f5967d21418f56c52a29370 (diff) |
odbc::OTools::bindParameter takes an ODBCtype, not a JDBCtype
Change-Id: I6de4e86f09be74518c9980d1b2347217cdcc4e02
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/odbc/OTools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/odbc/OTools.hxx b/connectivity/source/inc/odbc/OTools.hxx index 99339e23bf31..0688496a9bf1 100644 --- a/connectivity/source/inc/odbc/OTools.hxx +++ b/connectivity/source/inc/odbc/OTools.hxx @@ -232,7 +232,7 @@ namespace connectivity sal_Int32 nPos, sal_Int8*& pDataBuffer, sal_Int8* pLenBuffer, - SQLSMALLINT _nJDBCtype, + SQLSMALLINT _nODBCtype, sal_Bool _bUseWChar, sal_Bool _bUseOldTimeDate, const void* _pValue, |