Book a Demo

Author Topic: Missing table member size after DDL transformation  (Read 1980 times)

krutoj_pablo

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Missing table member size after DDL transformation
« on: February 14, 2007, 01:41:01 am »
Hi.


I've created a table in EA, and tryed to transform it using build in DDL transformation, but after transformation from logical model to DDL all table member sizes became default.
For example i had table
Users(char (20) a, char(100) b, numeric(10, 2) c ...), but after transformation table became (char(10) a, char(10) b, numeric(15, 4) c ).  ???
What should i do, to prevent this changes to happen, or this is some kind of bug ?

Thanks anyway



Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Missing table member size after DDL transforma
« Reply #1 on: February 19, 2007, 01:45:55 pm »
The provided DDL transformation wasn't intended to convert between DDL representations and fills in fields as necessary.  You'll need to write a new transformation to copy that information across.