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
How to enable and disable connection pooling?
What is ole in excel?
What are dcl commands?
How do you update database through dataset?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
Explain ODP.net
What is the hierarchy of data in databases?
How do you update a dataset in ado.net and how do you update database through dataset?
How to identify the controls which can be used for binding data?
Explain ado.net features?
Explain the difference between data reader and data set?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
List all the steps in order, to access a database through ado.net?
What is oledb connection?
What is method to get XML and schema from Dataset? getXML() and get Schema ()