How To Capture the Parameters from an SQL Procedure with RDO (159657)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition, 32-bit, for Windows 4.0
This article was previously published under Q159657 SUMMARY
This article demonstrates how to capture the output parameters from an
SQL procedure.
An rdoParameter object represents a parameter associated with an
rdoPreparedStatement object. You use the Direction property of the
rdoParameter object to determine whether the parameter is used for input,
output, both, or as a return value from the stored procedure.
Modification Type: | Minor | Last Reviewed: | 7/16/2004 |
---|
Keywords: | kbhowto KB159657 |
---|
|