property ServerDocSQLCancel.
Allows app or script to cancel recordset reading in progress from within ServerDoc.
|
pVal
[out, retval] The
returned value is 0 if succeeded, other value if failed.
(!) Note that cancelling will be not instantly since
ServerDoc App
takes care about this request at each 100 records boundary.
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.