Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1102


Ignore:
Timestamp:
01/08/09 17:36:19 (15 years ago)
Author:
svonolfe
Message:

Implemented DB Settings FW (#372)

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

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/DBSettings.cs

    r1100 r1102  
    3737    }
    3838
    39     private static String pw = "hive";
     39  /*  private static String pw = "hive";
    4040    private static String un = "hive";
    4141    private static String address = "10.22.20.84";
    42     private static String catalog = "HiveServer";
     42    private static String catalog = "HiveServer"; */
    4343
    4444    public static String GetConnString(String adress, String catalog, String un, String pw) {
     
    5050    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    5151    [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
    52     [global::System.Configuration.DefaultSettingValueAttribute(""))]
     52    [global::System.Configuration.DefaultSettingValueAttribute("Data Source=10.22.20.84;Initial Catalog=HiveServer;MultipleActiveResultSets=True;" +
     53        "Persist Security Info=True;User ID=hive;Password=hive")]
    5354    public string HiveServerConnectionString {
    5455      get {
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/HeuristicLab.Hive.Server.ADODataAccess.csproj

    r1100 r1102  
    9090  </ItemGroup>
    9191  <ItemGroup>
    92     <None Include="app.config" />
    9392    <None Include="dsHiveServer.xsc">
    9493      <DependentUpon>dsHiveServer.xsd</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.