Thread: JDBC ResultsMetaData Without Select?

JDBC ResultsMetaData Without Select?

From
"Frank Morton"
Date:
Is there any way to get a list of column names given a specified
database and table? The only way I see to do it is to do a bogus
select and look at the ResultsSetMetaData. Am I missing something?

Thanks.