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

C#

 
GeneralRe: Dataset/DataTable with DataGrid (local database only!) Pin
Private_Void19-Dec-06 9:47
Private_Void19-Dec-06 9:47 
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 
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.

Jason Pease wrote:
it leaks connections like a siv


Perhaps even like a sieve? Wink | ;)

Jason Pease wrote:
nderscores added for legibility


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

---
It's amazing to see how much work some people will go through just to avoid a little bit of work.

GeneralRe: Inconsistent Connection Pooling Behavior Pin
Jason Pease19-Dec-06 5:03
Jason Pease19-Dec-06 5:03 
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 

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.