lrd_ora8_attr_set_from_handle

Example: lrd_ora8_attr_set_from_handleOracle 8.0 Functions

Sets an attribute for an LRDDBI handle.

LRDRET lrd_ora8_attr_set_from_handle( void *mpvLRDDBIHandleTarget, long mliAttrType, void *mpvValue, long mliValueLen, 
int miDBErrorSeverity );

mpvLRDDBIHandleTarget A pointer to the target LRDDBI handle.
mliAttrType A qualifier of one of the LRD attributes LRD_ATTR_ORACLE_qualifier
mpvValue A pointer to the value of the attribute.
mliValueLen The attribute size for a non null-terminated string." -1" for a null-terminated string and "0" for a handle attribute.
miDBErrorSeverity The Error Severity Levels of a failure in a database routine.

The lrd_ora8_attr_set_from_handle function sets an attribute of an LRDDBI handle. You must explicitly allocate the handle prior to calling this function using lrd_handle_alloc. 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

The following argument can be parameterized using standard parameterization: mpvValue