Book a Demo

Author Topic: Can I update the data model via ODBC?  (Read 2547 times)

redss56

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Can I update the data model via ODBC?
« on: August 10, 2013, 05:54:19 am »
We created a data model using the "import DB schema from ODBC" option, then we rearranged the entities by hand.

There have been columns added to the tables. Can we update the table entities via ODBC leaving the layout as is, or do we have to choose between manually making the table changes to the existing layout or reimporting the schema which will cause us to lose our modified layout?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Can I update the data model via ODBC?
« Reply #1 on: August 10, 2013, 06:05:54 am »
You only can create a DDL and apply that to your database. EA is not a DB admin tool.

q.