Kaydet (Commit) e1df1995 authored tarafından David Ostrovsky's avatar David Ostrovsky

MResultSet WaE fixed

Change-Id: Ie7261c651c20350fb69fe2ed55f8272a3db132ba
üst 68e74da3
...@@ -1104,6 +1104,10 @@ void OResultSet::fillRowData() ...@@ -1104,6 +1104,10 @@ void OResultSet::fillRowData()
m_aQueryHelper.setAddressbook( aStr ); m_aQueryHelper.setAddressbook( aStr );
sal_Int32 rv = m_aQueryHelper.executeQuery(xConnection); sal_Int32 rv = m_aQueryHelper.executeQuery(xConnection);
if ( rv == -1 ) {
m_pStatement->getOwnConnection()->throwSQLException( STR_ERR_EXECUTING_QUERY, *this );
}
if (m_aQueryHelper.hadError()) if (m_aQueryHelper.hadError())
{ {
m_pStatement->getOwnConnection()->throwSQLException( m_aQueryHelper.getError(), *this ); m_pStatement->getOwnConnection()->throwSQLException( m_aQueryHelper.getError(), *this );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment