----- Original Message ----- From: "Bryan Pendleton" <[EMAIL PROTECTED]>
To: "Derby Discussion" <[email protected]>
Sent: Thursday, June 19, 2008 6:51 PM
Subject: Re: Backup just meta data


Johnny Kewl wrote:
Is there a tool too backup just the meta data, idea being if I run the sql, get a clean dB.

dblook is a good tool for this I think.

http://db.apache.org/derby/docs/dev/getstart/tgsrunningdblook.html

Thanks, yes, its the right thing ;)
Sample of output....

CREATE TABLE "APP"."COUNTRIES" ("COUNTRY" VARCHAR(26) NOT NULL, "COUNTRY_ISO_COD
E" CHAR(2) NOT NULL, "REGION" VARCHAR(26));

---------------------------------------------------------------------------
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
---------------------------------------------------------------------------

Reply via email to