User: ihi     
Date: 2007-11-27 12:02:10+0000
Modified:
   dba/connectivity/source/drivers/jdbc/JDriver.cxx

Log:
 INTEGRATION: CWS dba24lms (1.38.64); FILE MERGED
 2007/11/14 12:52:15 oj 1.38.64.1: #i11746# insert Ignore Currency

File Changes:

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

File [changed]: JDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/JDriver.cxx?r1=1.39&r2=1.40
Delta lines:  +7 -0
-------------------
--- JDriver.cxx 2007-11-21 15:03:32+0000        1.39
+++ JDriver.cxx 2007-11-27 12:02:08+0000        1.40
@@ -235,6 +235,13 @@
                                ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( 
"true" ) )
                                ,aBooleanValues)
                                );
+        aDriverInfo.push_back(DriverPropertyInfo(
+                               
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("IgnoreCurrency"))
+                               
,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Ignore the currency field from 
the ResultsetMetaData."))
+                               ,sal_False
+                               ,::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( 
"false" ) )
+                               ,aBooleanValues)
+                               );
                return Sequence< DriverPropertyInfo 
>(&aDriverInfo[0],aDriverInfo.size());
        }
        
::dbtools::throwGenericSQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Invalid
 URL!")) ,*this);




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

Reply via email to