TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
venkata kumar
NA
537
172.9k
connection string problem in winforms
Dec 26 2012 6:56 AM
hi
can any one help me
how to change connections string at run time
current is working with first connection string. run time i need to change second connetion when first connection not found
<add key="ConnectionString1" value="server=server1;database=dbname;user id=sa;password=admin;"/>
<add key="ConnectionString2" value="server=server2;database=dbname;user id=sa;password=admin;"/>
Reply
Answers (
4
)
saving record in database
winform controls