B
Bill Gower
I have a program which allows the user to graphically create SQL statements
without having to know SQL. They just drag and drop fields to view, select
criteria and sort order. When the user indicates that they want to execute
a query, I parse the SQL statement to verify correctness and then create a
recordset and assign it to a datagrid for viewing. If the query is taking
too long to run or is retrieving too many records, I would like to have a
button to stop the query. If they click this button, how do I
programmatically stop a query while it is running?
Bill
without having to know SQL. They just drag and drop fields to view, select
criteria and sort order. When the user indicates that they want to execute
a query, I parse the SQL statement to verify correctness and then create a
recordset and assign it to a datagrid for viewing. If the query is taking
too long to run or is retrieving too many records, I would like to have a
button to stop the query. If they click this button, how do I
programmatically stop a query while it is running?
Bill