Tag: cws_src680_dba24 User: fs Date: 05/02/11 03:15:26 Modified: /dba/dbaccess/source/core/api/ RowSet.cxx
Log: still #i15113#: setStatementResultSetType: use our own type/concurrency - no need to require more from the statement than what clients require from ourself File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.131.4.2&r2=1.131.4.3 Delta lines: +3 -3 ------------------- --- RowSet.cxx 10 Feb 2005 17:31:32 -0000 1.131.4.2 +++ RowSet.cxx 11 Feb 2005 11:15:23 -0000 1.131.4.3 @@ -2,9 +2,9 @@ * * $RCSfile: RowSet.cxx,v $ * - * $Revision: 1.131.4.2 $ + * $Revision: 1.131.4.3 $ * - * last change: $Author: fs $ $Date: 2005/02/10 17:31:32 $ + * last change: $Author: fs $ $Date: 2005/02/11 11:15:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1671,7 +1671,7 @@ try { xProp->setPropertyValue( PROPERTY_USEBOOKMARKS, makeAny( sal_True ) ); - setStatementResultSetType( xProp, ResultSetType::SCROLL_SENSITIVE, ResultSetConcurrency::UPDATABLE ); + setStatementResultSetType( xProp, m_nResultSetType, m_nResultSetConcurrency ); } catch(Exception&) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
