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
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Explain the difference between sqlcommand object and command behavior object?
Which is the feature of ado.net?
What are the several execute methods of ado.net?
What is disconnected architecture in ado.net?
What is ado circle?
What is ado control?
What is fill method in ado.net?
Define data adapter?
What providers does Ado.net uses?
How will you fill the gridview by using datatable object at runtime?
What is datasource in ado.net?
What is ado.net and its architecture?
What is XML serialization
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?