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 92 by william, Sat Jul 14 00:55:41 2012 UTC vs.
Revision 93 by william, Sat Jul 14 02:35:50 2012 UTC

--- trunk/TSAdminTool/Database.cs	2012/07/14 00:55:41	92
+++ trunk/TSAdminTool/Database.cs	2012/07/14 02:35:50	93
@@ -35,14 +35,14 @@ namespace AnywhereTS
             Exception ErrorInfo = null;
             bool bContinue = false;
             // Create a connection to SQL Server
-
+            Logging.ATSAdminLog.Debug("SetupDatabase() called ");
             ProSupport.strDatabaseServer = Properties.Settings.Default.DBServer;
             ProSupport.strDatabaseInstance = Properties.Settings.Default.DBInstance;
 
             ATSGlobals.SetATSRegValue(ProSupport.strRegDatabaseServer, ProSupport.strDatabaseServer);
             ATSGlobals.SetATSRegValue(ProSupport.strRegDatabaseInstance, ProSupport.strRegDatabaseInstance);
 
-            Logging.ATSAdminLog.Debug("SetupDatabase() called ");
+           
             #region Database Creation support
             using (MsSqlConnector conn = new MsSqlConnector(Properties.Settings.Default.DBServer, Properties.Settings.Default.DBInstance, ATSGlobals.strDatabaseName))
             {