When we are running the Application, if any errors occur in
the Stored Procedure then how will the server identify the
errors?
Answer Posted / sivakumar m
if @@ERROR>0 then
begin
'Error Block
end
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Command objects uses, purposes and their methods.
Describe briefly an ADO.NET Dataset ?
Define partial class?
What are dataproviders?
What are the connected and disconnected modes in ado.net?
What is dataadapter in ado.net?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Explain the difference in an abstract class and an interface?
Which object is used to add relationship between two Datatables?
What is dataset and datatable in ado.net?
What are the differences between OLEDB and SQLClient Providers?
How to identify the controls which can be used for binding data?
What is difference between datatable and dataset?
What is the role of data provider in ado.net?
What are different layers of ADO.Net?