On Dec 13, 2007 6:29 AM, Manuel Alejandro de Brito Fontes
<[EMAIL PROTECTED]> wrote:

> I'm migrating a SQL Server  database to DB2 with ddlutils. Using the
> ant task almost everything works fine.
> I only found one error: the manually inserted foreign keys  in the
> database are not migrated. This is because in SQL Server the select
> are case-insensitive, but in db2 all is case-sensitive.

Have you tried turning on the delimited identifier mode
(http://db.apache.org/ddlutils/ant/org.apache.ddlutils.task.DatabaseToDdlTask.html)
?

Tom

Reply via email to