Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1144 for trunk


Ignore:
Timestamp:
01/15/09 16:12:23 (16 years ago)
Author:
svonolfe
Message:

Refactored settings (#372)

Location:
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/Properties/Settings.settings

    r1143 r1144  
    77<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    88  <ConnectionString>Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive</ConnectionString>
     9  <ProviderName>System.Data.SqlClient</ProviderName>
    910&lt;/SerializableConnectionString&gt;</DesignTimeValue>
    1011      <Value Profile="(Default)">Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive</Value>
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/app.config

    r1143 r1144  
    55    <connectionStrings>
    66        <add name="HeuristicLab.Hive.Server.ADODataAccess.Properties.Settings.HiveServerConnectionString"
    7             connectionString="Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive" />
     7            connectionString="Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive"
     8            providerName="System.Data.SqlClient" />
    89    </connectionStrings>
    910</configuration>
Note: See TracChangeset for help on using the changeset viewer.