Differnce between Stored procedure and user defined functions?
Answer Posted / gowdhami
In UDF if any error comes it will stop the execution
but in SP it will skip the step move to next line
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between data reader and data set?
Explain the difference between data reader and data adapter?
What is ole in excel?
Which object of ado contains datarow datacolumn collection?
What is the difference between SqlCommand and SqlCommandBuilder?
Explain how can we load multiple tables in to dataset?
Define Execute Reader?
What is ole in vb?
What is difference between dataset and datatable?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What are the types of databinding?
What is a dataview?
Give few examples of datareader that is used in different dataproviders.
What do you know about ado.net's objects?
How is it possible to get 2 tables of data at a time by using data reader?