Click here to Skip to main content
15,879,239 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, i want to use settings.settings feature of .net with sql server database like save settings to and retrieve settings from database table. Is it possible to do. If yes, how?
Posted
Comments
[no name] 24-Jul-13 8:12am    
Okay I will bite on this repost. Yes of course it is possible. Connect to whatever database you are using, write a query to insert or update the data, execute the query, disconnect from your database.

The Application Settings Architecture MSDN article[^] should have all the information you want.
 
Share this answer
 
Comments
Pankaj Mahor 24-Jul-13 14:02pm    
Thanx, very helpful.
Pankaj Mahor 26-Jul-13 7:44am    
I have still not got success. Please give some code.
Pankaj Mahor 28-Jul-13 10:24am    
Reply plz
tgrt 28-Jul-13 12:29pm    
I'll try to answer any specific question you might have, but I'm not writing code for you.
Pankaj Mahor 30-Jul-13 13:56pm    
Ok dont tell me code but u can give me any hint or resoure sothat i could code it myself. Thanx
That article I linked in the solution talks about what you want specifically.
 
Share this answer
 

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