lrd_server_detach
Example: lrd_server_detach | Oracle 8.0 Functions |
Deletes an access path to a data source. (Oracle 8.0 and later)
LRDRET lrd_server_detach( void const * mpvLRDDBIHandleServer, long const mliMode, int const miDBErrorSeverity );
mpvLRDDBIHandleServer | A pointer to an LRDDBI server handle. |
mliMode | The mode of operation. Only a zero value is supported. |
miDBErrorSeverity | The Error Severity Levels of a failure in a database routine. |
The lrd_server_detach function deletes an access path to a data source for database operations. This function is only supported for Oracle 8.0 and higher.
For additional details, refer to the Function Header File lrd.h.
Return Values
See LRD Return Values.
Parameterization
You cannot use standard parameterization for any arguments in this function.