On 11/9/05, Robert Einsle <[EMAIL PROTECTED]> 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
