Book a Demo

Author Topic: Need way to generate C++ for Database/ERD Tables  (Read 2915 times)

rfarmelo

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Need way to generate C++ for Database/ERD Tables
« on: December 16, 2010, 08:03:12 am »
Hi,

I'm working on a C++/ORM solution (my first) which requires me to write C++ to describe each of the tables in my DB schema. I'm trying to figure out if there is a way to get EA to do that for me.

It seems like many of the pieces are there, but I can't figure out a way to transform ERD tables into something that EA will generate C++ for.

Is there a simple stereotype or other change I can do? Any other suggestions that don't necessarily use EA?

Thanks!
« Last Edit: December 16, 2010, 08:05:50 am by rfarmelo »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Need way to generate C++ for Database/ERD Tabl
« Reply #1 on: December 16, 2010, 08:43:29 am »
Look at the MDA transform functionality.  You'll need to write your own transformation though as there is none for C++ and even if there was it would be from a platform independent model.