From 7b4e7e027966bdd3be941d2f65399eabab0ca70e Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Thu, 25 Oct 2012 11:40:12 +0200 Subject: odbc::OTools::bindParameter takes an ODBCtype, not a JDBCtype Change-Id: I6de4e86f09be74518c9980d1b2347217cdcc4e02 --- connectivity/source/inc/odbc/OTools.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') 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, -- cgit