When we are running the Application, if any errors occur in
the Stored Procedure then how will the server identify the
errors?
Answer Posted / vinforum
Using SqlException handlers.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the return type of executescalar?
What are ado.net objects?
Explain how to find the given query is optimised one or not?
Define executenonquery?
What is difference in record set and dataset?
What are the steps to connect to a database?
What are the Data providers in ADO.Net?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What are the several execute methods of ado.net?
What is ole data type?
Do you use stored procedure in ado.net?
What is difference between executenonquery and executequery?
What is the provider being used to access oracle database?
How to pass multiple tables in datasets simultaneously?
What is DataRowCollection?