[Libreoffice-bugs] [Bug 122779] FILEOPEN (BASE) Connection to Oracle DB via ODBC ends in [ODBC][ORACLE] Optional Feature not implemented

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 20 17:04:30 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=122779

--- Comment #15 from Julien Nabet <serval2412 at yahoo.fr> ---
(In reply to Johan from comment #14)
> > > By default we're using the 64 bit ODBC driver with LO 64 bit.
> > Does this config work?
> No, see above comment. On LO 5.4.7.2 64 bit this works. Since LO 6 64 bit it
> doesn't work.
> 
> > What about if in this 32 bit case, you uninstall LO 64 bits and install LO
> > 32 bits?
> Haven tested it, but a previous comment(#8) suggests this works. Corporate
> is pushing 64 bit LO. So this is not really something I can check, nor is
> this something that scales to the other users.

I think we must focus on the error with full 64 bits or full 32 bits but not
with hybrid since expected.

The pb is: "HYC00 - Optional feature not implemented" is quite generic and
don't provide much hints.
Searching about this, I got:
    290 Reference< XPreparedStatement > SAL_CALL OConnection::prepareCall(
const OUString& /*sql*/ )
    291 {
    292     ::dbtools::throwFeatureNotImplementedSQLException(
"XConnection::prepareCall", *this );
    293     return nullptr;
    294 }
See
https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/odbc/OConnection.cxx?r=1dd9200b#292

and
    450 void SAL_CALL OConnection::setTypeMap( const Reference<
css::container::XNameAccess >& /*typeMap*/ )
    451 {
    452     ::dbtools::throwFeatureNotImplementedSQLException(
"XConnection::setTypeMap", *this );
    453 }
See
https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/odbc/OConnection.cxx?r=1dd9200b#450

But I expect it fails even if we full 64 bits or full 32 bits install.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200420/458a32f3/attachment.htm>


More information about the Libreoffice-bugs mailing list