Microsoft Download Center Archive
Visual Basic .NET Code Sample: Use Stored Procedures |
This application demonstrates how to programmatically create and use stored procedures with ADO .NET and Microsoft SQL Server. The use of a query (a.k.a., stored procedure) in a Microsoft Access database is also demonstrated.
This application demonstrates how to programmatically create and use stored procedures with ADO .NET and Microsoft SQL Server. The use of a query (a.k.a., stored procedure) in a Microsoft Access database is also demonstrated.
Files
Status: DeletedThis download is no longer available on microsoft.com. The downloads below are archives provided by the Internet Archive Wayback Machine from the Microsoft Download Center prior to July 2012. |
No files found
File sizes and hashes are retrieved from the Wayback Machine’s indexes. They may not match the latest versions of files hosted on Microsoft servers.
System Requirements
Operating Systems: Windows 2000, Windows NT, Windows XP
Supported operating systems: Windows 2000, Windows NT, Windows XP
- Microsoft Visual Studio. NET Professional
- Access to the Northwind database residing in SQL Server or the Microsoft Data Engine (MSDE)
Installation Instructions
- Select "Run this Program from its Current Location" to start the download immediately.
- Select "Save this Program to Disk" to copy the download to your machine for installation at a later time.
To install MSDE, do the following:
- Open the Start menu, then click Programs, then click
Microsoft .NET Framework SDK, and then click Samples and Quickstart Tutorials. - Click "Step 1: Install the .NET Framework Samples Database".
- Open a command window, and CD to \Samples\Setup. This is typically: C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Samples\Setup
- Type: osql -E -S (local)\NetSDK -i InstNwnd.sql