evesely
12th April 2002, 16:45
Can anyone shed some light on what this error message means? I encounter it while running the program script for a session:

"Query should be in Exec Status or Eval Status"

evesely
12th April 2002, 19:31
It seems to be related to doing recursion within the body of a selectdo statement. I moved the recursion code outside of the select loop and this solved the problem. However, I'd still like to know more about this error.