Re: Cancel query



How to cancel query during ADO Query ?

AFAIK, the only query you can cancel is an asynchronous RecordSet Event in
the FetchProgress event. See here
http://msdn2.microsoft.com/en-us/library/ms675083.aspx

Stephen Howe


.