To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43548
------- Additional comments from [EMAIL PROTECTED] Sat Mar 12 05:17:04 -0800
2005 -------
Hello All,
I just downloaded the source code for OOO and took a look at what the problem
was with OOO crashing when I invoke prepareCall. I see the following code:
Code:
Reference< XPreparedStatement > SAL_CALL OEvoabConnection::prepareCall(
const ::rtl::OUString& sql ) throw( SQLException, RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
checkDisposed(OConnection_BASE::rBHelper.bDisposed);
::dbtools::throwFunctionNotSupportedException
(::rtl::OUString::createFromAscii("Not Implemented"),NULL);
return NULL;
}
Does this mean that prepareCall has not been implemented yet?
Thanks,
Yogesh.
---------------------------------------------------------------------
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]