You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
have access to post topics
communicate privately with other members (PM)
not see advertisements between posts
have the possibility to earn one of our surprises if you are an active member
access many other special features that will be introduced later.
Hibernate can help us access the database by using the object oriented thinking, but if I want to access an existing remote database which doesn't have a JDBC driver ,how can I do???
Hibernate is simply java-based middle ware which allows you to map a relational database to objects. You still need to connect to a database either through a JDBC driver or if your database exists in an application server, you can use JNDI.