CancelQuery
Tries to cancel a query in execution, when in assynchronous mode.
This will call
libpq
's
PQrequestCancel
function,
and it will work just like it.
Parameters:
- Connection
- The TSQLConnection component that is connected to the
server.
Example 5.9.
CancelQuery(SQLConnection1);