You make DZone different! Login and vote now.
By krishnas
via javabeat.net
Submitted: Oct 26 2007 / 09:21
We use the Jdbc APIs for accessing the data from the database system. However, the different databases from different vendors will vary a lot in their underlying model and functionalities. For example, a feature supported in one database might not be supported in another database. So, even before working with a database, it is important to know the supported features and other related information. Java provides an interface called DatabaseMetaData to achieve this.
SaveShareSend
Tags: java, open source
Add your comment