H
HJ Rodirguez
Hello All,
I have an applications which can run some long queries. The queries
take a long time to execute because they are large rowsets with some
aggregations.
I'd like to provide user with the ability to cancel, a query which is
running.
My thought is to have a control with a progress-bar and a cancel
button which when pressed will stop the SQLCommand which is executing.
BTW - I'm storing my rowsets in a SQLDataReader.
Anyone have any good ideas how to best accomplish this.
Thanks in advance, for your help.
Regards
HJ
I have an applications which can run some long queries. The queries
take a long time to execute because they are large rowsets with some
aggregations.
I'd like to provide user with the ability to cancel, a query which is
running.
My thought is to have a control with a progress-bar and a cancel
button which when pressed will stop the SQLCommand which is executing.
BTW - I'm storing my rowsets in a SQLDataReader.
Anyone have any good ideas how to best accomplish this.
Thanks in advance, for your help.
Regards
HJ