Differnce between Stored procedure and user defined functions?
Answer Posted / urvish
store procedure can return Output Parameters where function
can not return output parameters.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
Explain the architecture of ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
What is the use of Dataview?
What is the difference between statement and preparedstatement interface?
Which property is used to check whether a DataReader is closed or opened?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What does datareader object do?
What is meant by executenonquery?
Explain the different row versions available in table?
What are the advantages of oledb compared with other classes?
What is a sqldataadapter?
What are the key events of sqlconnection class?
What is the difference between Dataset. clone and Dataset.copy?
What is the difference between the clone() and copy() methods of the dataset class?
What is two way data binding android?