Tag: cws_src680_kaddrbook
User: ebischoff
Date: 05/09/12 05:32:06

Modified:
 /dba/connectivity/source/drivers/kab/
  KDatabaseMetaData.cxx

Log:
 Informing better about concurrency

File Changes:

Directory: /dba/connectivity/source/drivers/kab/
================================================

File [changed]: KDatabaseMetaData.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDatabaseMetaData.cxx?r1=1.1.2.4&r2=1.1.2.5
Delta lines:  +8 -2
-------------------
--- KDatabaseMetaData.cxx       2 Sep 2005 15:57:11 -0000       1.1.2.4
+++ KDatabaseMetaData.cxx       12 Sep 2005 12:32:03 -0000      1.1.2.5
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: KDatabaseMetaData.cxx,v $
  *
- *  $Revision: 1.1.2.4 $
+ *  $Revision: 1.1.2.5 $
  *
- *  last change: $Author: ebischoff $ $Date: 2005/09/02 15:57:11 $
+ *  last change: $Author: ebischoff $ $Date: 2005/09/12 12:32:03 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -755,6 +755,12 @@
 // -------------------------------------------------------------------------
 sal_Bool SAL_CALL KabDatabaseMetaData::supportsResultSetConcurrency( sal_Int32 
setType, sal_Int32 concurrency ) throw(SQLException, RuntimeException)
 {
+       switch (setType)
+       {
+               case ResultSetType::FORWARD_ONLY:
+               case ResultSetType::SCROLL_INSENSITIVE:
+                       return sal_True;
+       }
        return sal_False;
 }
 // -------------------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to