How To Execute Stored Procedure Using CDynamicParmeterAccesor (198519)
The information in this article applies to:
- Microsoft OLE DB, when used with:
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q198519 SUMMARY
CDynamicParameterAccessor is an OLEDB Template class designed to execute
stored procedures. This class is similar to the CDynamicAccessor class, but
it obtains the parameter information to be set by calling the
ICommandWithParameters interface.
This article demonstrates how to use this class for executing a SQL Server
stored procedure and getting the output parameter values.
REFERENCES
Please see the CDynamicParameterAccessor documentation on MSDN.
Modification Type: | Minor | Last Reviewed: | 3/14/2005 |
---|
Keywords: | kbConsumer kbDatabase kbDTL kbhowto kbProvider KB198519 |
---|
|