No announcements
Found 208406 threads
-
0 Votes
Regardng Connection Pooling
Regards, Vikas Kind Regards, Vikas Hello again, ADO.NET doesn't always create a connection ...Unanswered | 3 Replies | 2833 Views | Created by Vikas_Tripathi - Wednesday, June 29, 2011 8:11 AM | Last reply by Larcolais Gong - Monday, July 11, 2011 7:24 AM -
0 Votes
Connection pooling
Connection Pooling is the ability to reuse the database connection for more than one user. Get the complete details on the Connection ...Answered | 3 Replies | 3889 Views | Created by Manish Kohale - Tuesday, November 15, 2011 12:42 PM | Last reply by Karthikeyan Anbarasan - Monday, November 21, 2011 12:45 PM -
0 Votes
Connection Pooling
I could use some help to make my .net program use connection pooling. I have a function that writes given parameter to an mysql ...Unanswered | 1 Replies | 7172 Views | Created by SyntaxError43 - Monday, December 13, 2010 10:30 PM | Last reply by Sheng Jiang 蒋晟 - Tuesday, December 14, 2010 12:05 AM -
0 Votes
Connection Pooling
Connection pooling is enabled by default so there is nothing that you should need to do. Unfortunately, I don't see any relationship between connection pooling and ...Unanswered | 2 Replies | 2622 Views | Created by renato_x18 - Wednesday, September 5, 2007 11:58 AM | Last reply by Paul P Clement IV - Wednesday, September 5, 2007 12:34 PM -
0 Votes
connection pooling
Ok, you have 2 problems. #1 The ADO 2.81 does not support Pooling, Min Pool Size and Max Pool Size settings. These are for ADO.NET only. #2. The driver ...Answered | 1 Replies | 6429 Views | Created by jjpark - Wednesday, November 25, 2009 6:52 PM | Last reply by Matt Neerincx [MSFT] - Monday, November 30, 2009 7:49 PM -
0 Votes
Connection pooling
You could try to use the Ole DB connection pooling (by creating a System.Data.OleDb.OleDbConnection using the MSOLAP provider). Details are here:Answered | 1 Replies | 6537 Views | Created by Gagan Kr Sharma - Tuesday, May 27, 2008 7:07 AM | Last reply by Bogdan Crivat - Tuesday, May 27, 2008 7:15 PM -
0 Votes
Connection Pooling
I have discovered that connection pooling has to be set OFF for this SP to work. My question is this: If I have set connection pooling to OFF to run sp_setapprole, ...Answered | 2 Replies | 11473 Views | Created by Ian Logan - Friday, October 14, 2005 9:22 AM | Last reply by Ian Logan - Friday, October 14, 2005 2:55 PM -
0 Votes
Connection Pooling
Connection Pooling is probably a good choice indeed. In most of the cases you should not change the default settings and if you would like to play with itUnanswered | 1 Replies | 5720 Views | Created by Ali Gholami - Monday, February 25, 2008 8:19 AM | Last reply by WesleyB - Monday, February 25, 2008 8:10 PM -
2 Votes
Connection Pooling
, but with the same database user credentials. Then How connection pooling would work in this scenario? If the connection string is the same and ...Answered | 5 Replies | 435 Views | Created by Varsharani - Monday, August 31, 2015 2:30 PM | Last reply by Paul P Clement IV - Tuesday, September 1, 2015 1:27 PM -
0 Votes
connection pooling
sql trace, but to me what amuses me is that if the application uses connection pooling, every single connection showing up as pooled ...Answered | 17 Replies | 9069 Views | Created by neophytenik - Friday, August 6, 2010 5:39 PM | Last reply by neophytenik - Tuesday, August 10, 2010 10:06 PM -
0 Votes
C# connection pooling
Hi, As per my understanding, it is always good to specify the connection pooling information along with the connection string instead of configuring in ...Answered | 1 Replies | 3743 Views | Created by wendy elizabeth - Sunday, February 10, 2013 8:50 AM | Last reply by Muthuraja Irullandi - Sunday, February 10, 2013 9:30 AM -
0 Votes
connection pooling
KB (article 328476) was relating to connection Pools and the potential for this message if connection pooling is switched off. After checking another KB ...Unanswered | 0 Replies | 4608 Views | Created by Anandan Palanisamy - Tuesday, November 25, 2008 7:36 AM -
0 Votes
Connection Pooling
You can always turn off OLE DB connection pooling and then roll your own. Add the following to the connection string: "OLE DB Services=-4". (This also turns off ...Answered | 3 Replies | 12562 Views | Created by Gildeoni N. Santos - Monday, August 22, 2005 2:33 AM | Last reply by James Kovacs - Wednesday, August 24, 2005 5:00 AM -
0 Votes
Connection pooling
Dispose/Close/Connection pooling - Here is how it all works !!! Best Regards Diego ...Answered | 6 Replies | 3651 Views | Created by hanozo - Wednesday, September 27, 2006 7:02 AM | Last reply by hanozo - Wednesday, September 27, 2006 12:56 PM -
0 Votes
Connection Pooling.
I don't think this has anything to do with connection pooling once the connection is open -- as soon as you open your connection, it's yours until you close ...Unanswered | 8 Replies | 6044 Views | Created by AshokSingh - Monday, May 14, 2007 10:56 AM | Last reply by AshokSingh - Tuesday, May 15, 2007 5:16 AM -
0 Votes
Wshttp- PerSession- connection pooling
opened for each user( what it seems like, connection pooling is done at user level/ session) . I am looking for connection pooling where in different user session ...Answered | 1 Replies | 3419 Views | Created by Hari123 - Thursday, December 11, 2008 8:02 PM | Last reply by Brent Arias - Friday, December 12, 2008 1:24 AM -
0 Votes
Connection Pooling basics.
As Ryan indicated, connection pooling is a ADO.NET feature, is enabled by default, and has a default 5 member pool size, and a default 5 minute lifetime. (At least I think that is ...Answered | 3 Replies | 5473 Views | Created by JohnDMP - Friday, February 15, 2008 2:02 PM | Last reply by JohnDMP - Monday, February 18, 2008 1:30 PM -
0 Votes
Connection Pooling - SharePoint 2007
I'm not aware of any specific blogs that deal with this for Sharepoint as its really a facet of .net and SQL, so you'd be as well reading through blogs that describe how connection ...Proposed | 4 Replies | 8280 Views | Created by CrazyNick - Wednesday, March 10, 2010 2:18 PM | Last reply by John Timney MVP - Wednesday, March 31, 2010 9:45 AM -
0 Votes
connection pooling from C++
information. It reveals that I was using connection pooling all along; I just thought I wasn't because I thought that SQL Profiler saying "Pooled" or "Nonpooled" ...Answered | 3 Replies | 12174 Views | Created by C_A_M - Tuesday, October 26, 2010 9:11 PM | Last reply by C_A_M - Thursday, October 28, 2010 5:33 PM -
1 Votes
Connection Pooling in ADOMD.NET
Hi, I have replied you in your other thread. You need to implement the connection pooling in your application by yourself. Current ADOMD.NET does not provide native support ...Answered | 1 Replies | 6368 Views | Created by todotnetfriend - Wednesday, March 10, 2010 2:24 PM | Last reply by Charles Wang - MSFT - Saturday, March 13, 2010 8:31 AM - Items 1 to 20 of 208406 Next ›
No announcements