Differnce between Stored procedure and user defined functions?

Answer Posted / ramesh

stored procedure we may use return statement.. but in user
defined function we should use return statement

Is This Answer Correct ?    14 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which provider is used to connect ms access, oracle, etc…?

530


Explain how to create dynamic gridview?

521


What is difference between entity framework and ado.net?

481


How can you identify whether or not any changes are made to the DataSet object since it was last loaded?

560


How can we load multiple tables in a dataset?

535






How to find the given query is optimised one or not?

508


What is aggregate root?

494


Is datareader faster than datatable?

543


What is ado.net explain with diagram?

515


Which namespaces are used for data access?

628


differance between ADO vs ADO.Net?

550


How to copy the contents from one table to another table and how to delete the source table in ado.net?

529


What are the different execute methods of Ado.Net?

553


How would you connect to a database by using .NET?

482


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

1932