How to get connection string from below config? I researched on google and also stackoverflow but can't get connection string. And I did not find configuration manager class also although I included System.Configuration
.
app.config:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections></configSections>
<connectionStrings>
<add name="std_8_science.Properties.Settings.science8ConnectionString"
connectionString="Provider=Microsoft.Jet.OLEDB.4.0;DataSource=F:\science_8.mdb"
providerName=".NET Framework Data Provider for OLE DB"/>
</connectionStrings>
</configuration>