Cancels the current query.
Visual Basic |
---|
Public Sub Cancel() |
This method call should lead the query status to become rsCanceled.
The method works in asynchronous mode and the status change will also occur after request is physically cancelled.
Glossary Item Box
Cancels the current query.
Visual Basic |
---|
Public Sub Cancel() |
This method call should lead the query status to become rsCanceled.
The method works in asynchronous mode and the status change will also occur after request is physically cancelled.