Book a Demo

Author Topic: Generating DDL wrote a "SHOW ERRORS"  (Read 2563 times)

eblasf

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Generating DDL wrote a "SHOW ERRORS"
« on: February 13, 2008, 02:28:49 am »
When I would like generate a DDL.
EA write a "SHOW ERRORS" statement after each trigger for oracle database table.

do it exist an issue to don't write this statement ?
« Last Edit: February 14, 2008, 08:57:47 am by eblasf »

eblasf

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Generating DDL wrote a "SHOW ERRORS"
« Reply #1 on: February 14, 2008, 08:58:25 am »
Is it hardcodiert ?

thomaskilian

  • Guest
Re: Generating DDL wrote a "SHOW ERRORS"
« Reply #2 on: February 15, 2008, 12:06:40 am »
Ja. Das isses...

Edit: You could write a code gen macro to create a custom DDL. I have no idea why Sparx do not use this in general. It would be much more flexible. Quite some users have already written own generators (I think). Try a search (I know, a PITA).
« Last Edit: February 15, 2008, 12:09:14 am by thomaskilian »

eblasf

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Generating DDL wrote a "SHOW ERRORS"
« Reply #3 on: February 15, 2008, 06:23:32 am »
Thanks for your answer