Mercurial > pub > bltoolkit
comparison DataProviders/Generic/App.config @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
1 <?xml version="1.0" encoding="utf-8" ?> | |
2 <configuration> | |
3 <system.data> | |
4 <DbProviderFactories> | |
5 <remove invariant="System.Data.SQLite" /> | |
6 <add name="SQLite Data Provider" invariant="System.Data.SQLite" | |
7 description=".Net Framework Data Provider for SQLite" | |
8 type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.77.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> | |
9 | |
10 <remove invariant="Oracle.DataAccess.Client" /> | |
11 <add name="Oracle Data Provider for .NET" invariant="Oracle.DataAccess.Client" | |
12 description="Oracle.DataAccess.Client" | |
13 type="Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342" /> | |
14 </DbProviderFactories> | |
15 </system.data> | |
16 </configuration> |