Dear Sir,
I have used connection string in 1000 system same application , Suppose i am going to change
user name and password in database how can change all system, Is there any possible to change
all machines.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Dec 16, 2011, 12:37 PM
Place Your Connection String in Config File, So that you can Change Connection Details at any time without disturbing Source Code.
Prasant JinagaPosted Dec 16, 2011, 6:59 AM
If i'm not understanding wrong you can read the connection string from Database from any table if you have stored anywhere. then you can read from there itself.then again if ur changing the connection string in that table then it will only read from that table with updated value itself right.
Thanks,
Parsant