Unable to close the cursor on table \"%1\". LOAD TABLE cannot be executed

Error constant SQLE_CANNOT_LOAD_TEMP_WITH_CURSOR
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The name of the table.
Severity 16
SQLCODE –1155
SQLSTATE WL011
Sybase error code 13358
Probable cause

You cannot perform LOAD TABLE on a temporary table that has an open cursor on it. An attempt to close the cursor failed. A failed LOAD TABLE would cause all of the rows in the temporary table to be deleted thereby invalidating the cursor.