On 11/9/05, Robert Einsle <[EMAIL PROTECTED]> wrote: > no, i mean database schemas.
These should work if you use the qualified table name instead of the unqualified, e.g. foo.MyTable. For the DatabaseToDdlTask Ant task, you can also explicitly specify the schema to read the model from. Tom
