Subject Re: How to determine if a database is blank?
Author Svein Erling Tysvær
--- In firebird-support@yahoogroups.com, "Peter Ypenburg" wrote:
> >If you want to keep all database objects, but without any data,
> > then simply make a metadata only backup and restore it.
>
> Wow, you can do that???

Sure, page 821 of Helen's "The Firebird Book".

gbak -b -m <YourDatabaseName> <YourBackupName>

Then just restore.

HTH,
Set