adspace
What is stored procedure ? how we use it in .NET ?
Answer Posted / Sweety Kumari
A stored procedure is a prepared SQL code that you can save, so it can be reused multiple times. In .NET, you can create and execute stored procedures using ADO.NET and the SqlCommand or OracleCommand classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers