Let's say I have a GUI that lets users build queries to be used for a
report. Then another process generates a report by applying this
user defined query. However, if the query takes too long I would
like to interrupt the query and then flag query for special handling.
Has anybody figured out a way to interrupt a fetch in EOF?