Subject | Re: [Firebird-Java] Backup with Java |
---|---|
Author | Rick Fincher |
Post date | 2004-01-07T20:26:53Z |
Hi Ivens,
There are numerous ways to do this. If your Java app is running on the same
server machine as Firebird you could simply use java.lang.System.exec() to
call gbak from the command line.
You could use java.rmi to do this from a remote Java system.
Rick
There are numerous ways to do this. If your Java app is running on the same
server machine as Firebird you could simply use java.lang.System.exec() to
call gbak from the command line.
You could use java.rmi to do this from a remote Java system.
Rick
----- Original Message -----
Anyone knows if it's possible to do a database backup from a java
program? If it's possible where can I get a sample?