Show TOC

-7026: SQL statement not allowed without previous FETCHLocate this document in the navigation structure

Use

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.