Subject Connect using Delphi
Author vedatpala
How the local computer on the network backup server machine I get the firebird database?
You send the sample code in delphi.?
IBDAC containing component.
OR
FIBPLUS containing component.

gbak -v -t -user SYSDBA -password "masterkey" -y C:\backup.log 192.168.1.2:D:\DATA\2007\muhasebe.fdb c:\MUHASEBEnet.fbk


server machina IP:192.168.1.2
local machine IP:192.168.1.4

GBak local computer with the command on the host computer can receive a backup firebird.

But I can not use the same fibplus with delphi.
But I can not use the same IBDAC with delphi.