Skip to main content
Inspiring
June 25, 2006
Question

database listing and its table order

  • June 25, 2006
  • 1 reply
  • 176 views
dreamweaver 8

Is there any way i can display the fields with in the table in the same order i created them inside MSsql?
not listed alphabetical
thanks
This topic has been closed for replies.

1 reply

Inspiring
June 25, 2006
you could order them by the primary key. every time a new record is created
the primary key is incremented, so you have a choice of order by
Primary_key either desc or asc




"jorgepino" <pino@nomadicstudio.com> wrote in message
news:e7l156$cuu$1@forums.macromedia.com...
> dreamweaver 8
>
> Is there any way i can display the fields with in the table in the same
> order i created them inside MSsql?
> not listed alphabetical
> thanks
>