Differnce between Stored procedure and user defined functions?
Answer Posted / chandra shaker
Stored Procedure returns morethan one value where as
Function returns only one value.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
What is difference between datagridview and datagrid control in winforms?
What is Data view?
How can we load multiple tables in to dataset?
What are the advantages and drawbacks of using ado.net?
Explain the dataadapter class in ado.net?
What is a sqldataadapter?
What is the difference between typed and untyped dataset?
What is the difference between OLEDB Provider and SqlClient?
How will you fill the gridview by using datatable object at runtime?
Name which operations can you not perform on an ado.net dataset?
Define data adapter?
How to connect and retrieve data from database using dataset
What is the use of connection object in ado.net?
How to enable and disable connection pooling?
Which is better entity framework or ado.net?