Click here to Skip to main content
15,915,160 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# MS Sql Express: share connection between threads? Pin
Michiel16-May-08 3:48
Michiel16-May-08 3:48 
AnswerRe: C# MS Sql Express: share connection between threads? Pin
The Nightcoder16-May-08 13:32
The Nightcoder16-May-08 13:32 
GeneralRe: C# MS Sql Express: share connection between threads? Pin
originSH18-May-08 22:10
originSH18-May-08 22:10 
GeneralRe: C# MS Sql Express: share connection between threads? Pin
The Nightcoder18-May-08 23:28
The Nightcoder18-May-08 23:28 
GeneralRe: C# MS Sql Express: share connection between threads? Pin
originSH18-May-08 23:56
originSH18-May-08 23:56 
GeneralRe: C# MS Sql Express: share connection between threads? [modified] Pin
Michiel20-May-08 23:44
Michiel20-May-08 23:44 
GeneralRe: C# MS Sql Express: share connection between threads? [modified] Pin
The Nightcoder21-May-08 2:58
The Nightcoder21-May-08 2:58 
GeneralRe: C# MS Sql Express: share connection between threads? Pin
Michiel21-May-08 3:33
Michiel21-May-08 3:33 
This is almost what I am trying to do now... and it seems to work.

With locking you mean database locking? Because of the posibility of to much open connections? This is indead an other story...

How about closing the connections? Need this to be done after finishing using the current connection or does the (automatic)disposing take care of this?

Thank you very much for helping me, I have learned a lot!
GeneralRe: C# MS Sql Express: share connection between threads? Pin
The Nightcoder21-May-08 3:43
The Nightcoder21-May-08 3:43 
AnswerRe: C# MS Sql Express: share connection between threads? Pin
The Nightcoder16-May-08 13:52
The Nightcoder16-May-08 13:52 
AnswerRe: C# MS Sql Express: share connection between threads? Pin
The Nightcoder16-May-08 14:28
The Nightcoder16-May-08 14:28 
QuestionDrawEllipse and FillEllipse methods Pin
NarVish15-May-08 23:11
NarVish15-May-08 23:11 
AnswerRe: DrawEllipse and FillEllipse methods Pin
Christian Graus15-May-08 23:28
protectorChristian Graus15-May-08 23:28 
AnswerRe: DrawEllipse and FillEllipse methods Pin
John_Adams15-May-08 23:32
John_Adams15-May-08 23:32 
AnswerRe: DrawEllipse and FillEllipse methods Pin
CPallini16-May-08 4:09
mveCPallini16-May-08 4:09 
Questioninternal protected problem Pin
Pankaj Garg15-May-08 23:11
Pankaj Garg15-May-08 23:11 
AnswerRe: internal protected problem Pin
Vikram A Punathambekar16-May-08 0:09
Vikram A Punathambekar16-May-08 0:09 
Questionthread safety using Interlocked Pin
George_George15-May-08 23:09
George_George15-May-08 23:09 
AnswerRe: thread safety using Interlocked Pin
Guffa16-May-08 1:39
Guffa16-May-08 1:39 
GeneralRe: thread safety using Interlocked Pin
George_George16-May-08 1:49
George_George16-May-08 1:49 
GeneralRe: thread safety using Interlocked Pin
Guffa16-May-08 6:04
Guffa16-May-08 6:04 
GeneralRe: thread safety using Interlocked Pin
George_George16-May-08 20:19
George_George16-May-08 20:19 
GeneralRe: thread safety using Interlocked Pin
Guffa17-May-08 10:04
Guffa17-May-08 10:04 
GeneralRe: thread safety using Interlocked Pin
George_George17-May-08 21:23
George_George17-May-08 21:23 
GeneralRe: thread safety using Interlocked Pin
Guffa18-May-08 12:49
Guffa18-May-08 12:49 

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.