
April 7th, 2004, 04:10 PM
|
 |
Super Moderator
|
|
Join Date: Apr 2007
Location: San Diego, CA
Posts: 1,567
Time spent in forums: 2 Days 5 h 53 m 32 sec
Reputation Power: 3
|
|
|
Query like "describe"
Is there a way to write a query that performes like the describe function in mysqladmin? If i remember correctly the describe function returns a description of all the fields of a table. I want to build a class dynamically based on the database so that if the database changes the object updates itself accordingly.
|