You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
408 B
11 lines
408 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<system.data>
|
|
<DbProviderFactories>
|
|
<add name="Microsoft SqlClient Data Provider"
|
|
invariant="Microsoft.Data.SqlClient"
|
|
description="Microsoft SqlClient Data Provider for SqlServer"
|
|
type="Microsoft.Data.SqlClient.SqlClientFactory, Microsoft.Data.SqlClient" />
|
|
</DbProviderFactories>
|
|
</system.data>
|
|
</configuration> |