ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSAdminTool/atsDataSet.Designer.cs
(Generate patch)

Comparing trunk/TSAdminTool/atsDataSet.Designer.cs (file contents):
Revision 55 by william, Wed Jul 11 16:02:50 2012 UTC vs.
Revision 56 by william, Thu Jul 12 16:44:24 2012 UTC

# Line 5374 | Line 5374 | namespace AnywhereTS.atsDataSetTableAdap
5374          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
5375          private void InitConnection() {
5376              this._connection = new global::System.Data.SqlClient.SqlConnection();
5377 <            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString;
5377 >            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master");
5378          }
5379          
5380          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
# Line 5686 | Line 5686 | SELECT ID, Parent, Name FROM [Group] WHE
5686          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
5687          private void InitConnection() {
5688              this._connection = new global::System.Data.SqlClient.SqlConnection();
5689 <            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString;
5689 >            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master");
5690          }
5691          
5692          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
# Line 6195 | Line 6195 | SELECT UseDHCP, ClientIPAddress, ClientI
6195          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
6196          private void InitConnection() {
6197              this._connection = new global::System.Data.SqlClient.SqlConnection();
6198 <            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString;
6198 >            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master");
6199          }
6200          
6201          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
# Line 7159 | Line 7159 | SELECT UseDHCP, ClientIPAddress, ClientI
7159          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
7160          private void InitConnection() {
7161              this._connection = new global::System.Data.SqlClient.SqlConnection();
7162 <            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString;
7162 >            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master");
7163          }
7164          
7165          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
# Line 7431 | Line 7431 | SELECT Path, LocalPath FROM TftpServer W
7431          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
7432          private void InitConnection() {
7433              this._connection = new global::System.Data.SqlClient.SqlConnection();
7434 <            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString;
7434 >            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master");
7435          }
7436          
7437          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
# Line 7733 | Line 7733 | SELECT Path, LocalPath FROM TftpServer W
7733          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
7734          private void InitConnection() {
7735              this._connection = new global::System.Data.SqlClient.SqlConnection();
7736 <            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString;
7736 >            this._connection.ConnectionString = global::AnywhereTS.Properties.Settings.Default.atsConnectionString.Replace("AnywhereTS", "master");
7737          }
7738          
7739          [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines