Book a Demo

Author Topic: Duplicate Names  (Read 3103 times)

alicecbrown

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
  • Silence condones.
    • View Profile
Duplicate Names
« on: March 15, 2007, 02:34:35 pm »
 ::)  Compilers take a dim view of duplicate names.  Is there some way y'all could create a check we could run after completing our diagrams that would at least warn us of duplicate names? We need some way to offset the licensious ways of C. :-[
Thanks,
Unto him who is given much, much is required.

thomaskilian

  • Guest
Re: Duplicate Names
« Reply #1 on: March 15, 2007, 10:31:44 pm »
While there's nothing built-in, you can run a SQL with COUNT(...) > 1 on t_object.
« Last Edit: March 15, 2007, 10:32:58 pm by thomaskilian »