Hi,

I want to implement a kind of backup feature in my application where I
want to store some parts but not all of the database. Therefore I want
to create a new schema where I copy the data for the backup. Now I
have the problem that I want to save the data only from this new
schema and not from the whole database.

As far as I see the SCRIPT command uses the complete database. The
same for the BACKUP command. Any ideas how I solve my problem?

In MySQL it is possible to select the schema in the mysqldump util
(mysqldump <schemaname>).

Uli

-- 
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.

Reply via email to