Silk Performer supports the following functions for querying the state of database operations:
EOS Function Returns the value of the end of selection condition of the last SQL SELECT command or the last fetch statement associated
with a cursor.
RC Function Gets the return code of the most recent ODBC function call associated with a cursor.
Rows Function Returns the number of rows affected by the most recent SQL command if the SQL command executed with the cursor is an UPDATE, a DELETE or an INSERT command.