Contents Index Topic Contents | ||
Previous Topic: FoundPostInfo Next Topic: Appendix A, Structures |
SetBindingParam
SetBindingParam( [in] BSTR bstrParamName [in] BSTR bstrParamValue );Sets the parameters of an incomplete binding in case a previous CreateTempBinding or CreatePermBinding call failed to find a postinfo file on the server.
- 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.
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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.