IsResultSetAvailable returns true but is empty

Hi

I am running sql queries from LotusScript with the ODBCResultSet class.

When the code comes to isresultsetavailable method the value is true. But when I try to get through the rows of the resultset , none is there. The resultset looks empty.

How come the resultset is available but empty? Normally when the resultset is empty the isresultsetavailable method returns false.

Regards