The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
January 2001

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:

Try your luck...

Posted by Kishori Sharan on January 02, 2001 at 3:14 PM

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
Kishori




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us