Sets the parameters of an incomplete binding in case a previous CreateTempBinding or CreatePermBinding call failed to find a postinfo file on the server.
Syntax
SetBindingParam( BSTR bstrParamName, BSTR bstrParamValue );
Parameters
- bstrParamName
- Address of a null-terminated string that contains the name of the provider-specific binding parameter to be set.
- bstrParamValue
- Address of a null-terminated string that contains the value to which the parameter should be set.
Return Value
No return value.
Remarks
This method takes the name of the provider-specific binding parameter and the value and sets it. This should be used only as a fallback mechanism in case the postinfo file is not found on the server.