J
joelcochran
I have an application that executes SQL queries against a database.
When the user presses "Execute", I change the cursor to "Wait" while
the query executes and back to "Default" when it is complete.
Occasionally, a user will realize the query was mistaken and wants to
Cancel the query mid-request.
Is there a way I can do that? Can I have a button or something that is
available while in "Wait" mode? Can I add a listener to my RunSQL
Event that will effectively Cancel itself?
Thanks,
Joel
When the user presses "Execute", I change the cursor to "Wait" while
the query executes and back to "Default" when it is complete.
Occasionally, a user will realize the query was mistaken and wants to
Cancel the query mid-request.
Is there a way I can do that? Can I have a button or something that is
available while in "Wait" mode? Can I add a listener to my RunSQL
Event that will effectively Cancel itself?
Thanks,
Joel