46 |
|
public static string strDatabaseInstance; // If this computer does not contain the database server, this is the name of the database server that contains the ATS database. Used by the Control Panel |
47 |
|
|
48 |
|
// Directories |
49 |
< |
public static string strDatabasePath; // The directory where the database file is located. |
49 |
> |
//public static string strDatabasePath; // The directory where the database file is located. |
50 |
|
public static string strDestDir; // Destination directory for client files in unmanaged mode. |
51 |
|
|
52 |
|
// Constructor Initializes the global variables |
54 |
|
{ |
55 |
|
// Initiate variables from registry |
56 |
|
strAnywhereTSServer = ATSGlobals.GetATSRegValueString(strRegAnywhereTSServer); |
57 |
< |
strDatabasePath = ATSGlobals.GetATSRegValueString(strRegDatabaseDir); |
57 |
> |
//strDatabasePath = ATSGlobals.GetATSRegValueString(strRegDatabaseDir); |
58 |
|
strDestDir = ATSGlobals.GetATSRegValueString(strRegDestDir); |
59 |
|
strDatabaseServer = ATSGlobals.GetATSRegValueString(strRegDatabaseServer); |
60 |
|
strDatabaseInstance = ATSGlobals.GetATSRegValueString(strRegDatabaseInstance); |