Parent Directory
|
Revision Log
|
Patch
--- trunk/TSAdminTool/atsDataSet.Designer.cs 2012/07/12 16:44:24 56 +++ trunk/TSAdminTool/atsDataSet.Designer.cs 2012/07/12 17:12:08 60 @@ -5374,7 +5374,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -5686,7 +5686,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -6195,7 +6195,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -7159,7 +7159,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -7431,7 +7431,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -7733,7 +7733,7 @@ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); - this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master"); + this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
ViewVC Help | |
Powered by ViewVC 1.1.22 |