Leszek Gawron wrote:
I was right. That is how JdbcEsqlQuery.getResultRows() shoud look like:
public void getResultRows() throws SQLException {
if ( getSkipRows() > 0 )
getResultSet().absolute(getSkipRows());
setPosition(getSkipRows());
}
I am not familiar with patch submitting so someone please patch the source
ouzo
I'll commit it after work...
--
Torsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]