What determines the connection pool that a connection should use?
1. A connection string
2. The identity or credentials of the user opening the connection
3. The database being connected to
4. The connection object used to connect to the database

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


CORRECT ANSWER : 1, 2

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