These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: About file configure in Hibernate
PostPosted: Tue Aug 04, 2009 11:13 pm 
Newbie

Joined: Fri Jun 19, 2009 7:02 pm
Posts: 4
It's Java DB in netbean
Code:
<property name="hibernate.connection.driver_class">
org.apache.derby.jdbc.ClientDriver
</property>


This is MySql
Code:
<property name="hibernate.connection.driver_class">
com.mysql.jdbc.Driver
</property>


What it is when my database is SQL Server or Oracle ?? I don't understand it, help me, please !!
Thank a lot of.


Top
 Profile  
 
 Post subject: Re: About file configure in Hibernate
PostPosted: Mon Aug 10, 2009 7:09 am 
Expert
Expert

Joined: Tue May 13, 2008 3:42 pm
Posts: 919
Location: Toronto & Ajax Ontario www.hibernatemadeeasy.com
Just check the documentation for your database for the appropriate JDBC driver. Even googling it will probably bring up an answer.

-Cameron McKenzie

_________________
Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?"
http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.