| Author: Lalji 16 Sep 2009 | Member Level: Diamond | Rating:  Points: 2 |
you will get idea from this link
location hint from this link
http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.udb.doc/doc/r0006316.htm
more info http://dotnet.sys-con.com/node/171165
|
| Author: Sudeep Syamnath 16 Sep 2009 | Member Level: Silver | Rating:  Points: 2 |
Hello VMRK,
I am assuming that you are writing a windows application. You can store the data in the Settings.settings file and use the Settings class to access the same.
For eg: If you have given a name "WorkingLocation" then you can access the value you have set using Settings.WorkingLocation
Whatever data you add in the settings file will inturn be added as nodes in the app.config file which is nothing but an xml file.
Best Regards, Sudeep Syamnath PS: Please rate the answer
|
| Author: VMRK 16 Sep 2009 | Member Level: Silver | Rating:  Points: 2 |
Dear Sudeep, Thanks a lot. can u please share the code if possible.I am new to Windows Appln dev
|
| Author: Sudeep Syamnath 16 Sep 2009 | Member Level: Silver | Rating:  Points: 2 |
Hello VMRK,
I have attached a sample project. Please use the same.
Best Regards, Sudeep Syamnath
PS: Please rate the answer
MyApp.zip |