|
|
The 'Ins' and 'Outs' of Using Stored Procedures with Visual Basic .NET |
|
|
Dan Clark |
|
|
ASP.NET / Database Tools |
|
|
Click to Visit |
|
|
Click to Download |
|
|
130 |
|
The 'Ins' and 'Outs' of Using Stored Procedures with Visual Basic .NET is a tutorial which discusses about various information such as creating stored procedures in Sql Server database, executing it using the ADO.NET objects in VB.NET, advantages of the stored procedures etc., You can easily execute the stored procudure using the ExecuteReader method of the SqlDataReader class. This tutorial also explains how to define the parameter for the stored procedure with a sample code.
|