Treffer: Create Your Own Code Library.

Title:
Create Your Own Code Library.
Authors:
Source:
SQL Server Magazine; Apr2005, Vol. 7 Issue 4, p11-15, 5p
Database:
Complementary Index

Weitere Informationen

The article focuses on the techniques for processing stored procedures and UDFs with ADO.NET and Visual Basic .NET. The article will discuss two sample applications the Categories and Products tables from the sample Northwind database. The T-SQL code library for this article's example consists of a stored procedure and three UDFs, all of which reside in the SSMProcFunc database. The upDiscontinued-Products stored procedure, returns a result set, an output parameter and a return status value.