To perform asynchronous data access, what must be added to the connection string?

Options
- BeginExecute=true
- MultiThreaded=true
- MultipleActiveResultSets=true
- Asynchronous=true


CORRECT ANSWER : Asynchronous=true

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