Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys
I have a form where I put the login information in the database, ie server, database, user, and password
I do not want to write any time the settings. I want to stored somehow so next time to read the application from where it is stored.
Please give me a link with samples.

Thanks in advance
Posted

1 solution

You can store the conecction string in the App.config file.
How to get Connection String from App.Config in c#[^] should help you get started.
 
Share this answer
 
Comments
Adam R Harris 8-Feb-13 13:00pm    
Really the only answer for this question.
my 5.
Abhinav S 8-Feb-13 14:01pm    
Thank you.
__TR__ 8-Feb-13 13:14pm    
+5
Abhinav S 8-Feb-13 14:01pm    
Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900