Click here to Skip to main content
15,922,407 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Set focus to a tabpage [modified] Pin
Tom Deketelaere31-Jul-07 1:39
professionalTom Deketelaere31-Jul-07 1:39 
GeneralRe: Set focus to a tabpage Pin
SamRST31-Jul-07 4:12
SamRST31-Jul-07 4:12 
GeneralRe: Set focus to a tabpage Pin
Tom Deketelaere31-Jul-07 4:47
professionalTom Deketelaere31-Jul-07 4:47 
GeneralRe: Set focus to a tabpage Pin
SamRST31-Jul-07 4:13
SamRST31-Jul-07 4:13 
QuestionUrgent connection pooling Pin
viralbhatt30-Jul-07 23:09
viralbhatt30-Jul-07 23:09 
AnswerRe: Urgent connection pooling Pin
Christian Graus31-Jul-07 0:23
protectorChristian Graus31-Jul-07 0:23 
GeneralRe: Urgent connection pooling Pin
viralbhatt31-Jul-07 0:49
viralbhatt31-Jul-07 0:49 
AnswerRe: Urgent connection pooling Pin
Naji El Kotob31-Jul-07 0:55
Naji El Kotob31-Jul-07 0:55 
Hi,

I hope first you are using a support pooling database (e.g. MS SQL), you can think about pooling as objects that are always ready to answer your (client) connection requests (in case they are available). This is good technique when you have a number of concurrent users. to simplify the issue:

You can enable/disable pooling via ConnectionString ADO.NET 2.0 introduces ClearAllPools http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.clearallpools(VS.80).aspx[^] and ClearPool http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.clearpool(VS.80).aspx[^] methods to clear the pool.

In addition you will need to read more about Close and Dispose of XxxConnection object (e.g. SQLClient.SQLConnection) http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection(vs.80).aspx[^]

This article could help http://www.ondotnet.com/pub/a/dotnet/2004/02/09/connpool.html[^]

hope this helps, best wishes Smile | :)


NajiCo http://www.InsideVB.NET[^]

It's nice 2b important, but it's more important 2b nice...

GeneralRe: Urgent connection pooling Pin
Naji El Kotob31-Jul-07 1:05
Naji El Kotob31-Jul-07 1:05 
QuestionVerbatim literal Pin
LishaDamian30-Jul-07 22:11
LishaDamian30-Jul-07 22:11 
AnswerRe: Verbatim literal Pin
Dave Kreskowiak31-Jul-07 2:50
mveDave Kreskowiak31-Jul-07 2:50 
GeneralRe: Verbatim literal Pin
Dave Doknjas31-Jul-07 13:45
Dave Doknjas31-Jul-07 13:45 
GeneralRe: Verbatim literal Pin
Dave Kreskowiak31-Jul-07 16:52
mveDave Kreskowiak31-Jul-07 16:52 
Questionproblems while taking a screen shot Pin
Ahmad Zaidi30-Jul-07 22:10
Ahmad Zaidi30-Jul-07 22:10 
Questiondatetime control is creating problem Pin
Sonia Gupta30-Jul-07 21:58
Sonia Gupta30-Jul-07 21:58 
AnswerRe: datetime control is creating problem Pin
Tom Deketelaere30-Jul-07 23:00
professionalTom Deketelaere30-Jul-07 23:00 
QuestionHow to hide the startup form Pin
Amer Rehman30-Jul-07 21:17
Amer Rehman30-Jul-07 21:17 
AnswerRe: How to hide the startup form Pin
Tom Deketelaere30-Jul-07 21:26
professionalTom Deketelaere30-Jul-07 21:26 
AnswerRe: How to hide the startup form Pin
Luc Pattyn30-Jul-07 23:24
sitebuilderLuc Pattyn30-Jul-07 23:24 
AnswerRe: How to hide the startup form Pin
Naji El Kotob31-Jul-07 1:10
Naji El Kotob31-Jul-07 1:10 
AnswerRe: How to hide the startup form Pin
Joseph Guadagno31-Jul-07 9:47
Joseph Guadagno31-Jul-07 9:47 
Questionslider and the ruler Pin
eyes200730-Jul-07 21:02
eyes200730-Jul-07 21:02 
AnswerRe: slider and the ruler [modified] Pin
Tom Deketelaere30-Jul-07 21:23
professionalTom Deketelaere30-Jul-07 21:23 
GeneralRe: slider and the ruler Pin
eyes200731-Jul-07 1:15
eyes200731-Jul-07 1:15 
GeneralRe: slider and the ruler Pin
Tom Deketelaere31-Jul-07 1:32
professionalTom Deketelaere31-Jul-07 1:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.