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 provider being used to access oracle database?
What is the use of ADO.NET and XML web services?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What are the ado.net connection pooling parameters?
How is entity framework different from ado.net?
What is execute reader in ado.net?
What is a dynaset in access?
What is ado.net connection?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Define isolation?
What is ado.net objects?
Explain all the classes those are used for database connections between sql server and asp.net?
What is DataRowCollection?
What is microsoft ado?