lrd_handle_free
Example: lrd_handle_free | Oracle 8.0 Functions |
Frees an LRDDBI handle. (Oracle 8.x and later)
LRDRET lrd_handle_free( void **mppvLRDDBIHandle, int miDBErrorSeverity );
mppvLRDDBIHandle | A pointer to a pointer to the LRDDBI handle to be freed. |
miDBErrorSeverity | The Error Severity Levels of a failure in a database routine. |
The lrd_handle_free function explicitly frees an LRDDDBI handle. Note that the handle must have been allocated either explicitly using lrd_handle_alloc, or implicitly using lrd_logon. This function is only supported for Oracle 8.0 and higher.
For more details refer to the Function Header File lrd.h in the include directory.
Return Values
See LRD Return Values.
Parameterization
You cannot use standard parameterization for any arguments in this function.