Using Stored Procedures In Your Code
This tutorial will show how we can use Stored Procedures instead of explicit SQL statements to add data from a form to a database. C# version.
Using Stored Procedures instead of specific SQL statements is very useful - one Stored Procedure can be referenced many times by many different pages, and changes only need to be made once, for example. Using Stored Procedures is barely more difficult to implement than using SQL statements in code.
Written By LHTP Limited [http://www.learnhowtoprogram.com/]
Keywords:
SQL, Stored Procedures, C#, ASP, PHP
You are not currently logged on.
You must be a registered member to comment on our resource pages.
It is free to register. You can register here Registration Form