--- trunk/AnywhereTS.DBSupport/Properties/Settings.Designer.cs 2012/07/14 09:08:55 119 +++ trunk/AnywhereTS.DBSupport/Properties/Settings.Designer.cs 2012/07/15 11:21:36 149 @@ -26,41 +26,12 @@ [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] - [global::System.Configuration.DefaultSettingValueAttribute("Data Source=10.0.0.4\\CORPORATEDB;Database=\'AnywhereTS\';Integrated Security=SSPI;C" + - "onnect Timeout=30;User Instance=False")] + [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Database=\'AnywhereTS\';Integrated Security=SSPI;Connect T" + + "imeout=30;User Instance=False")] public string atsConnectionString { get { return ((string)(this["atsConnectionString"])); } } - - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] - [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\ats.mdf;Integrated Secu" + - "rity=True;User Instance=True")] - public string atsConnectionString1 { - get { - return ((string)(this["atsConnectionString1"])); - } - } - - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("10.0.0.4")] - public string DBServer { - get { - return ((string)(this["DBServer"])); - } - } - - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("CORPORATEDB")] - public string DBInstance { - get { - return ((string)(this["DBInstance"])); - } - } } }