[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Backup db structure
John,
This will not work because you can not restore some of the internal
system tables in Mckoi. The best way to back up the table structure is
to use the JDBC metadata methods to inspect the database and record the
current state.
Toby.
John Patterson wrote:
> What is the best way to back up the structure of a McKoi db but not the
> data? Should I backup the SYS_INFO files and not the APP_ files? Will
> these SYS_INFO files be enough to restore the table structures?
>
> John.