Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Cancel Method

See Also

Applies To

OraSqlStmt created with ORASQL_NONBLK option.

Description

Cancels the currently executing SQL operation.

Usage

status = OraSQL.NonBlockingState

if status = ORASQL_STILL_EXECUTING

OraSQL.Cancel

Endif

Arguments

None

Return Values

ORASQL_SUCCESS(0) Any errors are thrown as exceptions.