Hi all,
I have an windows application using firebird db. I want to backup my db with
gbak.
Is there any way except this:
System.Diagnostics.Process.Start("pathof gbak.exe"," -v -t -user SYSDBA
-password masterkey c:/MYDB.fdb c:/backup/MYDB.fbk");
Any Help,
Thanks.
