Seek absolute 0 was attempted on a JDBC SAResultSet

Item Value
SQLCODE -743
Constant SQLE_JDBC_RESULTSET_SEEK_ABSOLUTE_ZERO
SQLSTATE WJ016
Sybase error code 13756
ODBC 2 State ERROR
ODBC 3 State ERROR

Probable cause 

There is no row zero on JDBC resultSets. The valid row numbers are 1, 2, ..., -2, -1.