What happens when you call the Close method of a connection object?
1. The connection is destroyed.
2. The connection is returned to the connection pool.
3. The StateChange event is fired.
4. All noncommitted pending transactions are rolled back.

Options
- 1, 2
- 1,2,3
- 1,3
- 2,3,4


CORRECT ANSWER : 2,3,4

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement