ASP NET Questions


Q.  What are the recommended techniques for enabling connection pooling on for a SQL Server 2000 or SQL Server 2005 database? 1. Setting the OLE DB Services connection string keyword to -4 2. Opening a connection and not explicitly disabling pooling 3. Setting the connection string keyword Pooling = True in the connection string 4. Using the Connection Pooling tab of the ODBC Data Source Administrator dialog Box

a. 1, 2
b. 1, 2, 3
c. 2, 3
d. 1, 4



 
 

    Discussion

Post your comment / Share knowledge