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 is connection pooling and what is the maximum pool size in ado.net connection string?

0 Answers  


How can I retrieve two tables of data at a time by using data reader?

0 Answers  


Which is faster entity framework or ado.net?

0 Answers  


How do you sort the data in datagrid?

4 Answers   Choice Solutions,


What is ado.net objects?

0 Answers  






What are all the different authentication techniques used to connect to MS SQL Server?

0 Answers  


What are the advantages and disadvantages of using datalist?

0 Answers  


What are the attirbutes of DataSet?

5 Answers   IBM,


What is a database provider?

2 Answers   BioSys,


What are dataproviders?

0 Answers  


What is typed dataset ?

0 Answers   NA,


How to add a check box or a dropdown list to a column in a datagrid?

0 Answers  


Categories