Click here to Skip to main content
15,910,358 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Dear Sir/Mam

I am shailendra singh .I am new in IT development so Please help me.I Want know about Stored procedure .what is syntax of stored Procedure and how can dealer stored procedure with example How can access parameter in Asp.net program.Please any one help me.whole procedure describe by asp.net application.






Thank's in Advance
Posted
Comments
Herman<T>.Instance 15-Mar-12 15:14pm    
what have you tried?
Sergey Alexandrovich Kryukov 15-Mar-12 19:37pm    
Not a question. You need to learn some basic and ask about some particular problem. Don't you need an answer explaining how to RTFM? :-)
And how is this related to ASP.NET?
--SA

1 solution

Uhhh...First, this has nothing to do with ASP.NET.

This haas EVERYTHING to do with undering how SQL Servers work and the basics of SQL query language.

Nobody is going to be able to "tell you the procedure" in a couple of forum posts.

If you want to learn how stored procedures work, you'll first have to understand the basics of SQL Servers and the query language. I highly recommend picking up a book on SQL Server, or whatever flavor of database engine you prefer (NOT MS ACCESS!!), and read through it. Stored Procedures will be covered quite extensively.

Once you understand that, you can then move onto your next book on ADO.NET, in which you'll call stored procedures, supplying parameters and getting datasets and scalar values returned to you, as well as properly setting up these calls and which objects to use in which data requirement cases.

Again, this is not something you're going to get in a couple of forum posts.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 15-Mar-12 19:38pm    
Reasonable, a 5.
--SA

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900