Subject | Re: [firebird-support] Connect using Delphi |
---|---|
Author | Helen Borrie |
Post date | 2012-04-29T19:58:46Z |
At 04:03 AM 30/04/2012, you wrote:
gbak -b -se 192.168.1.2:service_mgr D:\DATA\2007\muhasebe.fdb c:\MUHASEBEnet.fbk -user SYSDBA -password masterkey -y C:\backup.log
Note, the log will be written to the C drive on the local machine. If you want it written to the remote machine, you need the node name for the remote server and a shared location to write it to, e.g. -y \\OurBackup\C:\backup.log
I don't know about IBDAC.
./heLen
>How the local computer on the network backup server machine I get the firebird database?Requires access via the Services Manager:
>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 -b -se 192.168.1.2:service_mgr D:\DATA\2007\muhasebe.fdb c:\MUHASEBEnet.fbk -user SYSDBA -password masterkey -y C:\backup.log
Note, the log will be written to the C drive on the local machine. If you want it written to the remote machine, you need the node name for the remote server and a shared location to write it to, e.g. -y \\OurBackup\C:\backup.log
>GBak local computer with the command on the host computer can receive a backup firebird.FIBPlus has service components wrapping the Services API. Ask for code samples on their user forum, or read documentation.
>
>But I can not use the same fibplus with delphi.
>But I can not use the same IBDAC with delphi.
I don't know about IBDAC.
./heLen