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

Explain advantages of ado.net?

1 Answers  


What is the DataTableCollection?

1 Answers  


what is the syntax code for oldb to connect oracle

3 Answers   IBM,


What does datareader object do?

1 Answers  


What are the major difference between classic ADO and ADO.NET?

1 Answers  


What is azure ado?

1 Answers  


What are the types of databinding?

1 Answers  


What is Pooling? what is data pooling? what is sql pooling?

3 Answers   TCS,


How do you find the count of records in a dataset?

1 Answers  


What are the steps you will take to improve performance? Will you use dataset or datareader?

1 Answers  


Does executenonquery return a value?

1 Answers  


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

1 Answers  


Categories