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
What is the advantage of ado.net?
What is ole db and odbc?
What are basic methods of dataadapter?
What are the Features of a dataset
Describe datareader object of ado.net with example.
What is the difference between the clone() and copy() methods of the dataset class?
What are the different ado.net namespaces?
What is the difference between sqldatareader and sqldataadapter?
What are datareaders?
What is defaultview in datatable?
What providers does Ado.net uses?
What is a serialized object?
What is microsoft ole db provider for sql server?
What are the different methods available under the sqlcommand class to access the data?
What are the disadvantages of using datalist?