Using the Data Command's Parameter Collection
Tags:
VB
, WinForms
, ADO.NET
, Controls
, 2003
, SQL
, Beginning
When using stored procedures, you will often make use of input and output parameters. To populate or read from the parameters, you will need to add items to the Parameters collection. This video shows several techniques of how to accomplish this.