When we are running the Application, if any errors occur in
the Stored Procedure then how will the server identify the
errors?

Answers were Sorted based on User's Feedback



When we are running the Application, if any errors occur in the Stored Procedure then how will the..

Answer / vinforum

Using SqlException handlers.

Is This Answer Correct ?    12 Yes 1 No

When we are running the Application, if any errors occur in the Stored Procedure then how will the..

Answer / sinthu vijay kumar

i think by using sqlexception handler

Is This Answer Correct ?    2 Yes 0 No

When we are running the Application, if any errors occur in the Stored Procedure then how will the..

Answer / revathi

SqlException handler

Is This Answer Correct ?    2 Yes 0 No

When we are running the Application, if any errors occur in the Stored Procedure then how will the..

Answer / ...

RaiseError

Is This Answer Correct ?    1 Yes 1 No

When we are running the Application, if any errors occur in the Stored Procedure then how will the..

Answer / sivakumar m

if @@ERROR>0 then
begin
'Error Block
end

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More ADO.NET Interview Questions

Do we use stored procedure in ADO.Net?

0 Answers  


What provider ADO.net use by default ?

5 Answers   Accenture, BirlaSoft, Wipro,


When we are running the Application, if any errors occur in the Stored Procedure then how will the server identify the errors?

5 Answers   HCL,


What are the namespaces used in ADO.Net to connect to a database?

0 Answers  


Explain advantages of ado.net?

0 Answers  






What is basic use of data view?

0 Answers  


Why is it important to close an ado.net application?

0 Answers  


Explain ado.net features? Benefits? Drawbacks?

0 Answers  


What is dataadapter in ado.net?

0 Answers  


What are the pre-requisites for connection pooling?

0 Answers  


Does ado.net use odbc?

0 Answers  


can u tell me the how to get the print for the form

2 Answers   Crea,


Categories