Book a Demo

Author Topic: Data Model  (Read 7272 times)

geek

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Data Model
« on: October 07, 2003, 02:56:33 pm »
Hi,
I am trying to organise our data model by grouping tables into seperate diagrams however I am having some trouble.

In the pic below I have draged the Agent table onto the diagram and it creates that other object :Agent and displays it on the diagram. What is up with that?
How do I get the Agent object to display on the diagram rather than the :Agent object?



Thanks,
Derek

geek

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Data Model
« Reply #1 on: October 07, 2003, 03:37:58 pm »
Ok figured out how to do it.
Hold down ctrl and drag, then place it as a simple link.

marco_mor

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Data Model
« Reply #2 on: July 26, 2004, 06:25:37 am »
Hi,

Please, I need to convert a Class Diagram in Table to generate DDL SQL...

marco_mor

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Converting class Diagram
« Reply #3 on: July 26, 2004, 06:27:42 am »
Hi, I need to convert a Class Diagram in Table to generate DDL SQL...Is posible?

Thank you

Marco

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Data Model
« Reply #4 on: July 26, 2004, 08:46:06 am »
Hi Marco,

I have already posted a response to you elsewhere on the forum.
Tables in EA are nothing but stereotyped classes. On a table, you can select what DBMS (Oracle, MS SQL Server etc etc) it is to eb implemented in and then you can generate the DLL easily.

Bruno