Return-Path: Delivered-To: apmail-db-ddlutils-user-archive@www.apache.org Received: (qmail 99743 invoked from network); 9 Nov 2005 08:01:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Nov 2005 08:01:25 -0000 Received: (qmail 88894 invoked by uid 500); 9 Nov 2005 08:01:13 -0000 Delivered-To: apmail-db-ddlutils-user-archive@db.apache.org Received: (qmail 88843 invoked by uid 500); 9 Nov 2005 08:01:12 -0000 Mailing-List: contact ddlutils-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-user@db.apache.org Delivered-To: mailing list ddlutils-user@db.apache.org Received: (qmail 88803 invoked by uid 99); 9 Nov 2005 08:01:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 00:01:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tomdzk@gmail.com designates 64.233.182.206 as permitted sender) Received: from [64.233.182.206] (HELO nproxy.gmail.com) (64.233.182.206) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2005 00:01:01 -0800 Received: by nproxy.gmail.com with SMTP id h2so27951nfe for ; Wed, 09 Nov 2005 00:00:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e6kyhcbqTbn4eX8PDYeoQRDYMgM8hXq2BgAa5u9wNQdRM33m7S04VyoujSCEOi1AK4HXoMjZ7bmk+S1gbe3xyjyf0cC6gLB7Dud3AEIyJoPTpzfTX46iC1QHuckCglnSTKdTRaWCbinpqxCZtAmm2ARXmSq6kpGjYE6Z6uyDo6U= Received: by 10.48.229.4 with SMTP id b4mr54953nfh; Wed, 09 Nov 2005 00:00:46 -0800 (PST) Received: by 10.48.250.6 with HTTP; Wed, 9 Nov 2005 00:00:46 -0800 (PST) Message-ID: <224f32340511090000p7807bb2epa35a3679bc679232@mail.gmail.com> Date: Wed, 9 Nov 2005 09:00:46 +0100 From: Thomas Dudziak To: ddlutils-user@db.apache.org Subject: Re: Using Database Schema in DDL-Utils In-Reply-To: <43719DE9.4000109@einsle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43719DE9.4000109@einsle.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 11/9/05, Robert Einsle wrote: > i looked about the Dokumentation but i cannot find an hint about using > Database Schemas with DDL-Utils. > > How can i use Database Schemas in DDL-Utils creating and altering > Database Tables? What do you mean by "Database Schemas" ? DdlUtils works with XML files describing a database instance (tables, columns, foreignkeys, indices) that are independent of the used database vendor. E.g. it works with PostgreSQL,Microsoft SQL Server, Oracle etc. Tom