Hi Jake,
I think I know what you mean, but it depends on how you access your db. You want the metadata - in JDBC you would go something like this:


metaData = resultSet.getMetaData();
colName1 = metaData.getColumnName(1);



On 09/04/2003 02:50 PM Fortuno, Adam wrote:
I don't follow your question. Please elaborate.

Cheers,
Adam

-----Original Message-----
From: Jake Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 03, 2003 1:46 AM
To: Mysql
Subject: How can I select the column names?


I am trying to select the column names from a table to be displayed in a web page. Is there anyway to select column names without desc?

Thanks,
Jake Johnson
[EMAIL PROTECTED]

______________________________________________________________________
Plutoid - http://www.plutoid.com - Shop Plutoid for the best prices on
Rims, Tires, and Wheel Packages.





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to