What is the difference between a Stored procedure and function?
Answer Posted / kautilya
stored procedure can not take paramateres while function
can produce results as per the values passed to it and
functions returns value
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
How to deploy/publish webservices?How many ways?Plz explain me
Explain client-side scripting?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is view state management in asp net?
What is server side session?
What is .net remoting?
What are Caching techniques in .NET
What is asp.net? How is it different from asp?
What are the server control tags in asp.net.?
Can I read the hard disk serial # of the client computer using asp.net?
What is the Intermittent crashing of application in production?
What are the various types of validation controls provided by asp.net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Define a multilingual website?
What are the new navigation controls in asp.net 2.0?