Subject | Re: [Firebird-Java] Embedded backup (was: setAutocommit ...) |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-09-11T10:21:42Z |
> I was hoping that FirebirdConnection could somehow give me anThat should be not needed - within the same JVM any connection to the
> FBBackupManager instance that would be able to backup to DB through
> the same connection.
database should be able to perform the backup, since the database file is
exclusively locked to that process.
So, if you call FBBackupManager with "EMBEDDED" parameter, it should work
straight away. If, for some reason, it does not work, please post a
reproducable test case here.
Roman