Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Security.ADODataAccess/3.2/app.config @ 2410

Last change on this file since 2410 was 1639, checked in by svonolfe, 15 years ago

Added DataAdapter and DataSet (#597)

File size: 494 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <configSections>
4    </configSections>
5    <connectionStrings>
6        <add name="HeuristicLab.Security.ADODataAccess_3._2.Properties.Settings.HeuristicLab_SecurityConnectionString"
7            connectionString="Data Source=10.20.71.10;Initial Catalog=HeuristicLab.Security;Persist Security Info=True;User ID=hive;Password=hive"
8            providerName="System.Data.SqlClient" />
9    </connectionStrings>
10</configuration>
Note: See TracBrowser for help on using the repository browser.