|
|||||
function | OCI_oerhms |
Other Library Functions |
Library: OCI
Include: omoci.xin |
Returns: Numeric
Returns the length of the error message. |
define external counter function OCI_oerhms ( value OCI_Handle_type lda, value counter rcode, modifiable stream buf, value counter bufsiz )
This function returns the text of an Oracle error message for a given error code.
Input arguments:
Output argument:
Example:
set ErrMsgLen to OCI_oerhms ( ConnectionHandle, OCI_GetErrorCode( ConnectionHandle ), ErrMsg, 1024 )
---- |