Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Depends on the Database and DB driver you are using. If they support this feature then Java is always with you to get the information you want. Use getColumns ( ) method of DatabaseMetaData class. To get an instance of DatabaseMetaData class use getMetaData ( ) method on object of Connection class. Thanx Replies: |
Sponsored Links
|