Background documentation-7026: SQL statement not allowed without previous FETCH Locate this document in the navigation structure

 

Explanation

The attempt was made to issue an SQL statement with CURRENT OF for the result table without having previously issued a successful FETCH statement on the specified result table.

User Response

Issue a FETCH statement for this result table and repeat the SQL statement.