Skip to content

Variable is not valid in the context where it is used after 200 lines of rows #37526

Answered by E1izabeth
igor2x asked this question in Q&A
Discussion options

You must be logged in to vote

You're dropping a variable right after the select query is executed. Why?
To fetch more rows, DBeaver executes the query that returned the result set - it's only the select. But the variable is dropped. So, select can't be correctly executed anymore.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by E1izabeth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
x:db2 xf:sql execution Queries execution
2 participants
Converted from issue

This discussion was converted from issue #37230 on March 13, 2025 10:14.