swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
    Other Library Functions  
function  

OCI_oerhms

 
 

Library: Oracle Call Interface database support (OMOCI legacy)
Include: omoci.xin
Return type: Integer

Returns: Returns the length of the error message.


Declaration

define external integer function OCI_oerhms
   (  value OCI_Handle_type lda,
      value integer rcode,
      modifiable stream buf,
      value integer bufsiz
   )


Purpose

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
  		)

      Other Library Functions
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.