summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:21:45 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:21:45 +0000
commit0e205d5c9bb8346175cc22d1027b94c6c5641caf (patch)
tree551e67800ace36d9d69f2a60955fd46c2a2a82f8 /connectivity
parent9df742595167111b4630ad850dc58f4ccac715ff (diff)
INTEGRATION: CWS dba22ui (1.32.20); FILE MERGED
2006/12/05 15:02:47 fs 1.32.20.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/odbc/ODatabaseMetaData.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx b/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx
index dcc707102614..1f6cafaa91e7 100644
--- a/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx
+++ b/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ODatabaseMetaData.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 03:05:31 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:21:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,6 +92,7 @@ ODatabaseMetaData::ODatabaseMetaData(const SQLHANDLE _pHandle,OConnection* _pCon
}
osl_decrementInterlockedCount( &m_refCount );
}
+ setConnectionInfo( _pCon->getConnectionInfo() );
}
// -------------------------------------------------------------------------
ODatabaseMetaData::~ODatabaseMetaData()