string debugString = " -REP -user sysdba -pass masterkey \"" + backupFilename + "\" " + dbPath; Process.Start(firebirdInstallationPath + "gbak.exe", debugString);
Select allOpen in new window