G
Guest
I have the following XML file named (applicattion.exe.config):
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<AppSettings>
<add key = "PathBD" value = "c:\project\data\maco.mdb" />
</AppSettings>
</configuration>
Can anyone send me the code for reading value of 'PathDB' please,
tanks
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<AppSettings>
<add key = "PathBD" value = "c:\project\data\maco.mdb" />
</AppSettings>
</configuration>
Can anyone send me the code for reading value of 'PathDB' please,
tanks