|
|
| Stored Procedures [+] Favor-It | |
| |
 |
| | Sort By:
|
Part two will demonstrate how to utilize the stored procedures created in part one by assembling a Database Tier that can be modelled and used in your own applications. This article will describe in detail one implementation of a Database Tier for VB.NET. Author: David Wasserman Code: ASP.NET v1.0 & VB |
This article explains how to use a stored procedure to return a random row from a SQL query, the right way. Author: Steven Smith Code: ASP.NET Beta 1 & VB |
Using existing stored procedures and functions is easy with LINQ. We simply drag the stored procedures onto the O/R mapping surface and call them from the generated Data Context object. Author: Scott Stanfield Code: ASP.NET v3.5 & VB |
|  | |
This video expands on the topic of Stored Procedures which was introduced several lessons ago. In this video we explain the basic syntax to create and update stored procedures, using input and output parameters, return values, declaring variables and more Author: ASP.NET Code: ASP.NET v3.0 & VB |
Microsoft SQL Server 2005 integrates with the .NET Common Language Runtime to allow developers to create database objects through managed code. This tutorial shows how to create managed stored procedures and managed user-defined functions. Author: Microsoft Code: ASP.NET v2.0 & VB |
If you're using SQL Server for your database and aren't utilizing stored procedures then you're missing out on one of main benefits of using SQL Server in the first place. Stored procedures allow you to prepare queries ahead of time... Author: ASP 101 Code: ASP.NET v1.0 & VB |
This tutorial will show you how to display data using the .NET GridView Control, stored procedures, ASP.NET 2.0 and VB.NET. Querying an SQL database with stored procedures using VB .NET is easy to do. Author: AspNet Tutorials Code: ASP.NET v2.0 & VB |
|  | |
This step-by-step describes how to call a parameterized SQL Server stored procedure using the ODBC .NET Managed Provider and Visual C# .NET.
Author: unknown Code: ASP.NET Beta 2 & VB |
In this article I’ll try to explain how you can execute a different SQL statement depending upon an entered parameter in Microsoft SQL Server. When using stored procedures in Microsoft SQL Server there are times when the SQL that needs to be... Author: Aadil |
Icon Key >
 - Recently Updated
 - Showcase Listing
|