Hello, I'm trying to back up certain tables of a large database. Todo this i'm copying these tables to a temporary h2 database which i then backup with the Backup.execute command.. The database directory contains the following temp.3.log.db temp.data.db temp.index.db temp.logs.db (this is a directory which contains the bolb files i assume for the images i have stored in the database?)
After i perform the Backup.execute command a zip file is create which contains on the first three files listed above, i.e. the directory with the blob data is missing.. Before i call Backup.execute i call connection.close() for the h2 database. Is there something i'm doing wrong. Thanks, Will --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
