Cannot call the '%1' function on a JDBC resultset when it is positioned on an insert row

Item Value
SQLCODE -752
Constant SQLE_JDBC_INVALID_OPER_ON_INSERT_ROW
SQLSTATE WJ019
Sybase error code 13763
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 Name of the resultset function being called

Probable cause 

Some resultset function such as 'updateRow' and 'deleteRow' are invalid when the cursor of the resultset is positioned at the insert row.