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
Define connection string?
Which control of the BindingNavigator returns the current position within the data source?
Which name space is used to get assembly details?
What is ado.net object model?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is a serialized object?
What is sqldatareader in ado.net?
What is ado circle?
Explain ado.net features? Benefits? Drawbacks?
What is Data Provider?
Explain the namespaces in which .net has the data functionality class.
Can we connect two dataadapters to same data source using single connection at same time?
What is dataadapter in ado.net?
What are the advantages using ado.net?