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

What are the rules to implement connection pooling?

0 Answers  


What provider ADO.net use by default ?

5 Answers   Accenture, BirlaSoft, Wipro,


What is ado.net tutorial?

0 Answers  


How can we add relation between tables in a dataset?

0 Answers  


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

0 Answers   Infosys, Wipro,






How to Handle the exceptions in Sqlsrver2000

3 Answers   SQL Star,


Some important instruction regarding ADO.NET connection string ?

0 Answers   NA,


What is read only and forward only in ado.net?

0 Answers  


If we are not returning any records from the database, which method is to be used?

0 Answers  


What are the Features of a dataset

0 Answers   BirlaSoft,


What is ado.net object model?

0 Answers  


What does executequery return?

0 Answers  


Categories