Book a Demo

Author Topic: Generate DDL Column Order  (Read 2691 times)

dspeak

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Generate DDL Column Order
« on: December 21, 2005, 04:04:15 am »
When generating DDL the column names are sorted alphabetically - I'm sure it used to leave them in the order that they are defined in the model.

Can EA use the original column order somehow when generating DDL?

TIA,
Dave.

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: Generate DDL Column Order
« Reply #1 on: December 21, 2005, 01:33:53 pm »
Tools | Options | Objects | Sort Features Alphabetically (bottom left check box).

dspeak

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Generate DDL Column Order
« Reply #2 on: December 21, 2005, 09:52:43 pm »
That's it - excellent, thanks.