On 1/25/06, Tim Dudgeon <[EMAIL PROTECTED]> wrote: > Thomas Dudziak wrote > > >but I don't think that is going to work with the ODBC/JDBC bridge). > > > Can you explain more? > Does this mean it doesn't have a hope of ever working, or needs a little > bit of tweaking to get it to work?
It depends largely on the quality of the ODBC/JDBC bridge as to whether database metadata is sufficiently well supported for DdlUtils to be able to read a database definition from a live database (ODBC itself should give enough info). You can check for yourself by utilizing the DumpMetadataTask, just direct it to a database and check the resulting xml file. Tom
