How to Handle the exceptions in Sqlsrver2000
Answers were Sorted based on User's Feedback
Answer / bolisettyvaas
In SQL Server 2000 there is no powerful error handling like
.Net. But you can use one global variable @@ERROR. So after
every dml statement, you can retrieve this variable value
and verify if the value is not equal to 0 then it means some
error occured. otherwise no errors in the last executed
statement.
Is This Answer Correct ? | 3 Yes | 0 No |
Define the data provider classes that is supported by ado.net?
What are the steps you will take to improve performance? Will you use dataset or datareader?
Explain how do you connect to sql server database without using sqlclient?
Explain the difference in record set and dataset?
What is an orm, and why would you use one instead of plain old ado.net?
What DataReader class do in ADO.NET ?
What are major difference between classic ADO and ADO.NET?
How to maintain the relation between two tables in ADO.NET?
0 Answers Petranics Solutions,
What are all the classes that are available in System.Data Namespace?
Which architecture does Datasets follow?
Which are the different IsolationLevels ?
What is ado.net tutorial?