what are the two key events for the sql connection class?
explain the differnce between the two.
Answer Posted / srikanth r
The two key events are InfoMessage and StateChange events.
InfoMessage event occurs when informational message is
returned from data source that do not results in throwing
an exception.
StateChange event occurs when there is a change in
Connection to the data source.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
How do I delete a row from a DataTable?
What is dataset object? Explain the various objects in dataset.
What is difference in record set and dataset?
How to aggregating data across related tables?
How many major types of connection objects in ADO.NET?
What is fill method in ado.net?
What are the drawbacks of using ado.net?
What are the namespaces used in ado.net for data access?
What is adodb dll?
Explain executenonquery?
What are the methods of XML dataset object?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What are basic methods of dataadapter?
Does dapper use ado.net?
What is a non query?