Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 101 of 106
Resets the interrupted asynchronous operation and protocol. Must be called if a OCIBreak call had been issued while a nonblocking operation was in progress.
sword OCIReset ( dvoid *hndlp, OCIError *errhp );
The service context handle or the server context handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
This call is called in nonblocking mode only. Resets the interrupted asynchronous operation and protocol. Must be called if an OCIBreak()
call had been issued while a nonblocking operation was in progress.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|