The Database Explorer provides a way for you to set up a database adaptor class when the database metadata is not sufficient for a successful connection. When there is a database metadata failure, you can use this class to set values for Boolean, integer, and string properties and to specify an SQL query to obtain correct values for other methods (for example, getTables).
To create a database adaptor class:
The IDE obtains values for the other properties from the driver. For more information on the individual properties, see the API documentation for the java.sql.DatabaseMetaData interface.
If no driver is installed, see Adding a New Driver for information on installing one.
![]() |
Once you connect to the database, the property sheet values for the connection must correspond to the values set in the adaptor class. |
See Also | |
---|---|
Connecting to a Database |