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 can I retrieve two tables of data at a time by using data reader?
Which is the feature of ado.net?
Give an example that shows how to execute a stored procedure in ado.net?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
Define data adapter?
What are the disadvantages of using datalist?
How to generate a single aggregate?
What are the data providers in ADO.NET framework?
What providers does Ado.net uses?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is difference between entity framework and ado.net?
What is the difference between executequery and executenonquery?
Define Execute Scalar?
Explain how to create dynamic gridview?
Can datareader hold data from multiple tables?