To enable connection pooling, you need to set the "Pooling" attribute in the connection string to ___________.
- FALSE
- No
- TRUE
- Yes
The "Pooling" attribute in the connection string should be set to "True" to enable connection pooling. This allows the .NET framework to manage connection pooling efficiently.
Loading...
Related Quiz
- Scenario: You want to store sensitive database connection details separately from your code. What is the recommended approach in ADO.NET for achieving this?
- The Fill method of a DataAdapter is used to populate a ___________ with data.
- Scenario: Your application uses parameterized queries, but you suspect it may still be vulnerable to SQL injection. What steps would you take to assess and improve its security?
- In ADO.NET, what is the purpose of a DataRelation?
- How do you apply sorting to a DataView in ADO.NET?