Subject | Re: [firebird-support] Firebird backup from Delphi (dbExpress) program |
---|---|
Author | Euler Jr. |
Post date | 2005-08-30T13:24:12Z |
You can backup from local or remote. First you connnect to database with
OpenDBInfo, when DBName parameter can do:
'192.168.1.1:/usr/local/mydb.fdb'
If connection is ok you run backup:
BackupDB(const db_name:String);
db_name is the backup file name.
Finally you can close connection:
CloseDBInfo();
This functions is added in firebaselib.dll and firebaselib.so
[]s
Euler Jr.
Csehi Andras escreveu:
OpenDBInfo, when DBName parameter can do:
'192.168.1.1:/usr/local/mydb.fdb'
If connection is ok you run backup:
BackupDB(const db_name:String);
db_name is the backup file name.
Finally you can close connection:
CloseDBInfo();
This functions is added in firebaselib.dll and firebaselib.so
[]s
Euler Jr.
Csehi Andras escreveu:
> 30 Aug 2005-kor Euler Jr. potyogte:
>
>
>>in Object Pascal and C. This libraries hosted in www.firebase.com.br.
>>This project is free open source and based on Firebird 1.5.4731 API.
>>Some features:
>>- backup
>>- restore
>
>
> It can back up to an other machine, or only the application server, like the
> IBX?
>
> Bye: Acsehi
> Csehi AndrĂ¡s
> acsehi@..., acsehi@...
> (1) 209-6651, (20) 410-5343
>
>
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Visit http://firebird.sourceforge.net and click the Resources item
> on the main (top) menu. Try Knowledgebase and FAQ links !
>
> Also search the knowledgebases at http://www.ibphoenix.com
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Yahoo! Groups Links
>
>
>
>
>
>