Book a Demo

Author Topic: Database Engineering  (Read 6526 times)

Eamonn John Casey

  • EA User
  • **
  • Posts: 110
  • Karma: +0/-1
    • View Profile
Database Engineering
« on: October 05, 2016, 07:25:27 pm »
Hi! I have a few questions about database engineering (Database Builder) in EA.

1. Is it possible to generate DDL without having a active database connection? How?

2. Can I import DDL into the Database Builder package?

3. I am having problems creating views. Is there anyone that has blogged or written any instructions on how to do this? I am thinking drag-and-drop database classes from the repository and link them together graphically. Is that possible.

Eamonn J.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Database Engineering
« Reply #1 on: October 05, 2016, 08:12:44 pm »
1. EA creates DDL from a transformation as a file. So no DB required except that where the repository is held.
2. No. You only can import from a DB/ODBC source
3. No idea

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Database Engineering
« Reply #2 on: October 05, 2016, 09:55:54 pm »
3. Creating a diagram like that will work just fine. Create a database view like that won't. You'll have to do it the "hard" way I'm afraid (manual SQL).

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Database Engineering
« Reply #3 on: October 05, 2016, 11:26:31 pm »
I guess he's talking about SQL views, not UML views?

q.

Glassboy

  • EA Practitioner
  • ***
  • Posts: 1367
  • Karma: +112/-75
    • View Profile
Re: Database Engineering
« Reply #4 on: October 06, 2016, 07:49:09 am »
I guess he's talking about SQL views, not UML views?

Yes.  Clue was in "database engineering" :-)

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: Database Engineering
« Reply #5 on: October 06, 2016, 01:12:44 pm »
Quote
1. Is it possible to generate DDL without having a active database connection? How?
Yes.  http://sparxsystems.com/enterprise_architect_user_guide/12.1/database_engineering/ddl_generation.html

Quote
2. Can I import DDL into the Database Builder package?.
No.

Quote
3. I am having problems creating views. Is there anyone that has blogged or written any instructions on how to do this? I am thinking drag-and-drop database classes from the repository and link them together graphically. Is that possible.
http://sparxsystems.com/enterprise_architect_user_guide/12.1/database_engineering/views.html