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

Comparing trunk/TSAdminTool/Database.cs (file contents):
Revision 115 by william, Sat Jul 14 06:24:01 2012 UTC vs.
Revision 116 by william, Sat Jul 14 08:03:33 2012 UTC

--- trunk/TSAdminTool/Database.cs	2012/07/14 07:31:18	115
+++ trunk/TSAdminTool/Database.cs	2012/07/14 08:03:33	116
@@ -38,12 +38,6 @@ namespace AnywhereTS
                 bool bContinue = false;
                 // Create a connection to SQL Server
                 Logging.ATSAdminLog.Debug("SetupDatabase() called ");
-                ProSupport.strDatabaseServer = AnywhereTS.DBSupport.Properties.Settings.Default.DBServer;
-                ProSupport.strDatabaseInstance = AnywhereTS.DBSupport.Properties.Settings.Default.DBInstance;
-
-                ATSGlobals.SetATSRegValue(ProSupport.strRegDatabaseServer, ProSupport.strDatabaseServer);
-                ATSGlobals.SetATSRegValue(ProSupport.strRegDatabaseInstance, ProSupport.strDatabaseInstance);
-
                 #region comment-code
                 #region Database Creation support
                 using (MsSqlConnector conn = new MsSqlConnector(ProSupport.strDatabaseServer, ProSupport.strDatabaseInstance, ATSGlobals.strDatabaseName))