When we are running the Application, if any errors occur in
the Stored Procedure then how will the server identify the
errors?
Answer Posted / sinthu vijay kumar
i think by using sqlexception handler
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is sql command in ado net?
What is the difference between SqlCommand and SqlCommandBuilder?
What is full form of ado?
What are the core objects of ADO.NET?
Define the data provider classes that is supported by ado.net?
What is the significance of CommandBehavior.CloseConnection ?
What is the default provider in ado.net?
What is ado connection?
How can we save all data from dataset?
What are the different row versions available in table?
What is ole word?
What is connected architecture in ado.net?
What are the Features of a dataset
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What do you mean by performing asynchronous operation using command object?