Saved Bookmarks
| 1. |
How To Enable And Disable Connection Pooling? |
|
Answer» For .NET it is enabled by DEFAULT but if you want to just make sure SET Pooling=true in the connection string. To disable connection pooling set Pooling=false in connection string if it is an ADO.NET Connection. If it is an OLEDBConnection OBJECT set OLE DB Services=-4 in the connection string. For .NET it is enabled by default but if you want to just make sure set Pooling=true in the connection string. To disable connection pooling set Pooling=false in connection string if it is an ADO.NET Connection. If it is an OLEDBConnection object set OLE DB Services=-4 in the connection string. |
|