Esempio n. 1
0
        public static string GetDatabasePath(string databaseName)
        {
            System.IO.Directory.CreateDirectory(GlobalVariables.GetCurrentPath() + "\\Database");

            return(GlobalVariables.GetCurrentPath() + "\\Database\\" + databaseName);
        }
Esempio n. 2
0
 public static string GetConnectionString()
 {
     return(GetConnectionString(GlobalVariables.GetDatabaseName()));
 }
Esempio n. 3
0
 public static string GetDatabasePath()
 {
     return(GetDatabasePath(GlobalVariables.GetDatabaseName()));
 }