- Timestamp:
- 03/12/10 10:57:21 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/3.2/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/3.2/Properties/Settings.Designer.cs
r1377 r3011 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727. 30824 // Runtime Version:2.0.50727.4927 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 28 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=1 0.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;Use" +30 " r ID=hive;Password=hive")]29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=127.0.0.1;Initial Catalog=HeuristicLab.Hive;Persist Security Info=Tru" + 30 "e;User ID=hive;Password=hive;Pooling=true;MultipleActiveResultSets=true")] 31 31 public string HiveServerConnectionString { 32 32 get { -
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/3.2/Properties/Settings.settings
r1144 r3011 6 6 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 7 7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 <ConnectionString>Data Source=1 0.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive</ConnectionString>8 <ConnectionString>Data Source=127.0.0.1;Initial Catalog=HeuristicLab.Hive;Persist Security Info=True;User ID=hive;Password=hive;Pooling=true;MultipleActiveResultSets=true</ConnectionString> 9 9 <ProviderName>System.Data.SqlClient</ProviderName> 10 10 </SerializableConnectionString></DesignTimeValue> 11 <Value Profile="(Default)">Data Source=1 0.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive</Value>11 <Value Profile="(Default)">Data Source=127.0.0.1;Initial Catalog=HeuristicLab.Hive;Persist Security Info=True;User ID=hive;Password=hive;Pooling=true;MultipleActiveResultSets=true</Value> 12 12 </Setting> 13 13 </Settings>
Note: See TracChangeset
for help on using the changeset viewer.