summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/adabas/BDriver.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-09-21 08:54:40 +0000
committerOcke Janssen <oj@openoffice.org>2000-09-21 08:54:40 +0000
commit8b6e89768fa8279caa05044de4050a05d9ac89ba (patch)
tree08a0904a23a292495b5f11b7a385c4db50c4dc4b /connectivity/source/drivers/adabas/BDriver.cxx
parent410c73264d82d3038d2da1f0d926f8b8145bf403 (diff)
use of unixODBC header files
Diffstat (limited to 'connectivity/source/drivers/adabas/BDriver.cxx')
-rw-r--r--connectivity/source/drivers/adabas/BDriver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/adabas/BDriver.cxx b/connectivity/source/drivers/adabas/BDriver.cxx
index 0e629c3b19..2baed4e117 100644
--- a/connectivity/source/drivers/adabas/BDriver.cxx
+++ b/connectivity/source/drivers/adabas/BDriver.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: BDriver.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:19 $
+ * last change: $Author: oj $ $Date: 2000-09-21 09:54:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -211,7 +211,7 @@ SQLHANDLE ODriver::EnvironmentHandle(::rtl::OUString &_rPath)
return SQL_NULL_HANDLE;
// In globaler Struktur merken ...
- m_pDriverHandle = (void *) h;
+ m_pDriverHandle = h;
SQLRETURN nError = N3SQLSetEnvAttr(h, SQL_ATTR_ODBC_VERSION,(SQLPOINTER) SQL_OV_ODBC3, SQL_IS_INTEGER);
//N3SQLSetEnvAttr(h, SQL_ATTR_CONNECTION_POOLING,(SQLPOINTER) SQL_CP_ONE_PER_HENV, SQL_IS_INTEGER);
}