No I don't.

Shouldnt JdbcEsqlQuery.getResultRows() look like this (just a guess - I'm not
experienced with jdbc):

public void getResultRows() throws SQLException {
    	if ( getSkipRows() > 0 )
        	getResultSet().absolute(getSkipRows());
        setPosition(getSkipRows());
    }

current version does not check getSkipRows() for zero equality
Do you use the esql:max-rows?

I'm checking that now but rebuild takes a lot of time
	ouzo
Thanks - please report back
--
Torsten


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to