Click here to Skip to main content
15,918,889 members
Home / Discussions / C#
   

C#

 
GeneralRe: Passing special characters in a string Pin
mav.northwind21-Jun-05 6:58
mav.northwind21-Jun-05 6:58 
GeneralRe: Passing special characters in a string Pin
CheckDude21-Jun-05 16:08
CheckDude21-Jun-05 16:08 
QuestionHow do i create a savestate? Pin
Anthony Mushrow21-Jun-05 5:48
professionalAnthony Mushrow21-Jun-05 5:48 
AnswerRe: How do i create a savestate? Pin
IamJunk21-Jun-05 6:05
IamJunk21-Jun-05 6:05 
GeneralSecure Conversation doesn't work with second web service Pin
Member 186329021-Jun-05 5:07
Member 186329021-Jun-05 5:07 
GeneralMultiple connections Pin
Micu Radu21-Jun-05 4:53
Micu Radu21-Jun-05 4:53 
GeneralRe: Multiple connections Pin
CheckDude21-Jun-05 5:36
CheckDude21-Jun-05 5:36 
GeneralRe: Multiple connections Pin
Luis Alonso Ramos21-Jun-05 17:16
Luis Alonso Ramos21-Jun-05 17:16 
Just store the different connection strings, and create a connection every time you need it. .NET connection pooling will find out if there's already another "closed" open connection (when you close it, it's not actually closed until some time later) and reuse it. The connection string must be identical for a connection to be reused, but if you have 5 different databases, you'll have 5 pools.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralRe: Multiple connections Pin
Micu Radu24-Jun-05 0:29
Micu Radu24-Jun-05 0:29 
GeneralRe: Multiple connections Pin
Luis Alonso Ramos24-Jun-05 6:17
Luis Alonso Ramos24-Jun-05 6:17 
GeneralCrystal Reports / Data horizontally & vertically Pin
V.21-Jun-05 3:53
professionalV.21-Jun-05 3:53 
GeneralC# Project Pin
celebrate21-Jun-05 3:52
celebrate21-Jun-05 3:52 
GeneralRe: C# Project Pin
V.21-Jun-05 3:58
professionalV.21-Jun-05 3:58 
GeneralRe: C# Project Pin
Luis Alonso Ramos21-Jun-05 16:37
Luis Alonso Ramos21-Jun-05 16:37 
GeneralRe: C# Project Pin
Rui A. Rebelo21-Jun-05 16:52
Rui A. Rebelo21-Jun-05 16:52 
GeneralRe: C# Project Pin
Luis Alonso Ramos21-Jun-05 17:14
Luis Alonso Ramos21-Jun-05 17:14 
GeneralRe: C# Project Pin
P-Rex21-Jun-05 20:52
P-Rex21-Jun-05 20:52 
GeneralI think what he meant was... Pin
Ravi Bhavnani21-Jun-05 16:54
professionalRavi Bhavnani21-Jun-05 16:54 
GeneralRe: I think what he meant was... Pin
Luis Alonso Ramos21-Jun-05 17:12
Luis Alonso Ramos21-Jun-05 17:12 
GeneralRe: C# Project Pin
Roger Wright21-Jun-05 17:44
professionalRoger Wright21-Jun-05 17:44 
GeneralRe: C# Project Pin
cjengler21-Jun-05 23:32
cjengler21-Jun-05 23:32 
GeneralArrayList Pin
webhay21-Jun-05 2:30
webhay21-Jun-05 2:30 
GeneralRe: ArrayList Pin
Carsten Zeumer21-Jun-05 3:11
Carsten Zeumer21-Jun-05 3:11 
GeneralBest way to store user pref's Pin
JDUK21-Jun-05 2:18
JDUK21-Jun-05 2:18 
GeneralRe: Best way to store user pref's Pin
Marc Clifton21-Jun-05 2:24
mvaMarc Clifton21-Jun-05 2:24 

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.