Click here to Skip to main content
15,890,438 members
Articles / Web Development / IIS

Architectural Best Practices - Automating SQL Parameter Creation and Assignment

Rate me:
Please Sign up or sign in to vote.
3.60/5 (3 votes)
18 Jul 2007CPOL4 min read 38.4K   155   41  
Most systems that use Stored Procedures make use of SQL parameters to send and receive information from the database. The code to create these SQL parameters and then populating them is repeated throughout the system. This article describes how to automate this code.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Riversand Technologies Inc
India India
Head of Engineering at Riversand Technologies Inc.

Comments and Discussions