Free cookie consent management tool by TermsFeed Policy Generator

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

Implemented DB Settings FW (#372)

File:
1 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 {
Note: See TracChangeset for help on using the changeset viewer.