
This context is then used to lookup a database connection. To enable database "lookup's" using JNDI, an Initial Context implementation must be loaded into the DbVisualizer Driver Manager.
#Download dbvisualizer free drivers#
It does not replace JDBC drivers but rather adds an alternative way to get a handle to an already established database connection. This technique is widely used in enterprise infrastructures, such as application server systems. It is also possible to obtain a database connection using the Java Naming and Directory Interface (JNDI). To establish a connection to a database, DbVisualizer loads the driver and then gets connected to the database through the driver.
#Download dbvisualizer free how to#
A JDBC driver implements all details for how to communicate with a specific database and database version, and there are drivers available from the database vendors themselves as well as from third parties. All JDBC drivers conform to the JDBC specification and its standardized Java programming interfaces. That job is done by a JDBC driver, which is a set of Java classes. DbVisualizer does not deal directly with how to communicate with each database type. ĭbVisualizer is a generic tool for administration and exploration of databases.
