To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63448





------- Additional comments from [EMAIL PROTECTED] Wed Apr  2 13:15:40 +0000 
2008 -------
Rather crude hack because Sybase is lame and doesn't fix this issue...

--- connectivity/source/drivers/jdbc/ResultSetMetaData.cxx.orig
+++ connectivity/source/drivers/jdbc/ResultSetMetaData.cxx
@@ -502,7 +502,7 @@
 {
        jboolean out(sal_False);
        SDBThreadAttach t;
-       if( t.pEnv ){
+/*     if( t.pEnv ){
                // temporaere Variable initialisieren
                static const char * cSignature = "(I)Z";
                static const char * cMethodName = "isReadOnly";
@@ -515,7 +515,7 @@
                        ThrowLoggedSQLException( m_aLogger, t.pEnv, *this );
                        // und aufraeumen
                } //mID
-       } //t.pEnv
+       } //t.pEnv                                          */
        return out;
 }
 // -------------------------------------------------------------------------


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to