Is there any way to check the current state of the ON ERROR setting? I'm trying to diagnose occasional problems, such as command files that seem to stop processing on an error. But before I just do ON ERROR RESET, I'll like to collect more information about that status of the session/database, to see if the animal is in the tree at which I am barking.
ON ERROR help says that it stays in effect until it is reissued. Does that setting stay with the database, or the session? Does it survive a DISCONNECT/CONNECT? Thanks. Bill

