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
Explain what is datagrid with an example?
How to create dynamic gridview?
Define partial class?
Explain what are the steps to connect to a database?
What are the namespaces used in ado.net for data access?
Define Execute Scalar?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is ado code?
What are the different layers of ado.net?
What is ado recordset?
What is dbcontext and dbset in entity framework?
What is ole2 format?
How is entity framework different from ado.net?
What are the major challenges in accessing data from a database?
Which parameter of ConnectionString is used to specify the name of the database?