How cancel a query from vb?

How cancel a query from vb?

Post by Jorge Escaler » Fri, 10 May 2002 21:29:09



Hi, Mi problem is aim using vb to front-end application, in this app need
put a buton for cancel a query called from a SP. the idea is when the usr
click in to the buton stops or cancel the proces (SP).

Please HELP!
TKS.

 
 
 

How cancel a query from vb?

Post by Umachandar Jayachandra » Mon, 13 May 2002 12:07:23


    If you are using asynchronous operation, then you can use the Cancel
method of the recordset, stream, command or connection object or whatever it
is that you are using to run the query.

--
Umachandar Jayachandran
SQL Resources at http://www.umachandar.com/resources.htm
( Please reply only to newsgroup. )