2 Replies Latest reply on Apr 24, 2002 11:20 AM by bpeeters

    CMP2 generating table names and field names

    bpeeters

      Hello,

      When creating a many to many, bidirectional relationship, the relationship table name generated is longer than what my database (postgres and oracle) supports. The name is truncated for postgres or for oracle identiefier to long exception happens. This problem also happens when a one-to-one or to many relationschip, the container generate a field name that is to large for the databases.
      Is it a bug?
      When the container generates his table/ field names he has to check te maximum size.