Subject | Re: [Firebird-Java] Re: Backup with Java |
---|---|
Author | Ivens Tadeu Silveira |
Post date | 2004-01-08T10:52:30Z |
I wrote
something about ServicesAPI, but the samples are insuficient to create something
usefull and I couldn't find anyone that´s using ServicesAPI to do
backup.
----- Original Message -----From: Roman RokytskyySent: Thursday, January 08, 2004 8:36 AMSubject: [Firebird-Java] Re: Backup with Java> Thanks, but I want to do this without gbak. Is there any
> way to do this using some internal resource of Firebird, like a
> command throught the connection JDBC?
gbak is just a client application that connects to the database,
traverses tables and metadata and dumps their content into the file in
some format. You can write your own application that does the same
thing, but I don't see the point of inventing a wheel.
Another option would be to use ServicesAPI, but they are not supported
in type 4 driver. Type 2 driver seems to support them, but I do not
know how to use it. Ryan, any comments?
Roman
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Firebird-Java/
- To unsubscribe from this group, send an email to:
Firebird-Java-unsubscribe@yahoogroups.com
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.