Book a Demo

Author Topic: Transformation Class/Entity to DDL  (Read 2136 times)

cg.schaefer

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Transformation Class/Entity to DDL
« on: November 06, 2008, 07:36:05 pm »
We used EA 7.1 Example Model.
There is a nice Domain Model (order, account..)

i tried to transform the order to DDL with project -> transform
the string is transformed correctly, the date is not.
for example the date is transformed to date also for sql server, but the sql server does not support date.

where is a list of available datatypes which are recognised in the DDL.
why is there no mapping dialog from custom language to DDL language ?