https://bugs.freedesktop.org/show_bug.cgi?id=57959
--- Comment #10 from Lionel Elie Mamane <[email protected]> --- (In reply to comment #7) > #29 0x00007fffbf4ca8ec in dbaui::OGenericUnoController::connect > (this=0x7fffd4d2b910, > > _rDataSourceName="file:///media/sda5/alex/Ubuntu%20One/LOStuff/Tests/DB/ > Timbabase.odb", > _rContextInformation="The connection to the data source \"Timbabase\" > could not be established.", _pErrorInfo=0x0) > so why does LO think that the connection can not be established, and then go > on to ignore that message, and load the corresponding ODB file ? That's just the error message that would be shown if the operation would fail; it has not failed yet. See datasourceconnector.cxx line 193: SQLException aError; aError.Message = m_sContextInformation; aError.NextException = aInfo.get(); aInfo = aError; and then: showError( aInfo, m_pErrorMessageParent, m_xContext ); -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
