View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 06:05 AM
Olaf Stein
 
Posts: n/a
Default Describe question

Hi All,

Is there a way to influence the order in which columns are returned in a
describe table statement. Basically I want the same order that I get in the
mysql client (Field, Type, Null, etc) in a little script I am writing, so I
can use the Column headers dynamically.

Thanks
Olaf

Reply With Quote