Click here to Skip to main content
16,004,991 members
Home / Discussions / C#
   

C#

 
QuestionDataGridView and new rows Pin
Wjousts19-Dec-06 3:25
Wjousts19-Dec-06 3:25 
AnswerRe: DataGridView and new rows Pin
Lisa Jorgensen23-Dec-06 16:18
Lisa Jorgensen23-Dec-06 16:18 
QuestionInconsistent Connection Pooling Behavior Pin
Jason Pease19-Dec-06 3:16
Jason Pease19-Dec-06 3:16 
AnswerRe: Inconsistent Connection Pooling Behavior Pin
althamda19-Dec-06 3:23
althamda19-Dec-06 3:23 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
Jason Pease19-Dec-06 3:32
Jason Pease19-Dec-06 3:32 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
althamda19-Dec-06 3:45
althamda19-Dec-06 3:45 
AnswerRe: Inconsistent Connection Pooling Behavior Pin
Guffa19-Dec-06 4:12
Guffa19-Dec-06 4:12 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
Jason Pease19-Dec-06 5:03
Jason Pease19-Dec-06 5:03 
Guffa wrote:
Of course the behaviour depends on what else is happening in the code. You are never closing the data reader, so it will be depending on garbage collections to finalize it. If there doesn't happen to be a garbage collection soon, it will be leaking the connection.


The garbage collection doesn't seems to be the issue based on the counters in perfmon, but I'm not sure how reliable they are.


Guffa wrote:
Perhaps even like a sieve?


No, more like a siv. Very very leaky.


Guffa wrote:
So much work for something that didn't end up very good anyway... Use the pre tag instead.


Nice tip. Can you tell I don't post that often?

Thanks, Jason
GeneralRe: Inconsistent Connection Pooling Behavior Pin
Guffa19-Dec-06 5:13
Guffa19-Dec-06 5:13 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
Jason Pease19-Dec-06 5:31
Jason Pease19-Dec-06 5:31 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
althamda19-Dec-06 5:39
althamda19-Dec-06 5:39 
GeneralRe: Inconsistent Connection Pooling Behavior Pin
Guffa19-Dec-06 5:42
Guffa19-Dec-06 5:42 
AnswerRe: Inconsistent Connection Pooling Behavior Pin
Pete O'Hanlon19-Dec-06 10:47
mvePete O'Hanlon19-Dec-06 10:47 
QuestionSmart Card Library (scardssplib) Help Pin
s.jahangiri19-Dec-06 2:46
s.jahangiri19-Dec-06 2:46 
Questionalthamda Pin
nima136319-Dec-06 2:44
nima136319-Dec-06 2:44 
AnswerRe: althamda Pin
althamda19-Dec-06 2:57
althamda19-Dec-06 2:57 
QuestionForms Pin
quiteSmart19-Dec-06 2:36
quiteSmart19-Dec-06 2:36 
AnswerRe: Forms Pin
netJP12L19-Dec-06 2:57
netJP12L19-Dec-06 2:57 
Questionalthamda thanks a lot Pin
nima136319-Dec-06 2:33
nima136319-Dec-06 2:33 
AnswerRe: althamda thanks a lot Pin
althamda19-Dec-06 2:36
althamda19-Dec-06 2:36 
AnswerRe: althamda thanks a lot Pin
mohd imran abdul aziz19-Dec-06 3:21
mohd imran abdul aziz19-Dec-06 3:21 
AnswerRe: althamda thanks a lot Pin
User 665819-Dec-06 7:09
User 665819-Dec-06 7:09 
QuestionDataGridView initialisation Pin
~~~Johnny~~~19-Dec-06 2:27
~~~Johnny~~~19-Dec-06 2:27 
AnswerRe: DataGridView initialisation Pin
Eitsop19-Dec-06 5:35
Eitsop19-Dec-06 5:35 
Questioni am a beginner in c# please help me Pin
nima136319-Dec-06 2:14
nima136319-Dec-06 2:14 

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.