This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.config
25 lines (25 loc) · 1.54 KB
/
App.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
</configSections>
<connectionStrings>
<add name="SchoolManagementSystem.My.MySettings.DatabaseConnectionString"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\Database.accdb;Persist Security Info=True;Jet OLEDB:Database Password=Namias"
providerName="System.Data.OleDb" />
<add name="SchoolManagementSystem.My.MySettings.PreEnrollmentDataset"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\bin\Debug\Database.accdb"
providerName="System.Data.OleDb" />
<add name="SchoolManagementSystem.My.MySettings.DatabaseConnectionString1"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\bin\Debug\BackUp\Database.accdb"
providerName="System.Data.OleDb" />
<add name="SchoolManagementSystem.My.MySettings.DatabaseConnectionString2"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\Database\Database.accdb"
providerName="System.Data.OleDb" />
<add name="SchoolManagementSystem.My.MySettings.Pre_enrollmentConnectionString"
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\Database\Pre-enrollment.accdb"
providerName="System.Data.OleDb" />
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>