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.  [ 6 posts ] 
Author Message
 Post subject: JDBC Drivers
PostPosted: Wed Nov 05, 2003 5:37 am 
Newbie

Joined: Tue Oct 14, 2003 12:02 pm
Posts: 11
Location: Romania
Hi there,

I have to make a test how Hibernate works on different databases. I started with Oracle and the next 2 competitors are MSSQLServer and DB2. With Oracle I worked before so was no problem with the JDBC drivers. With SQLServer I did not work before so now I do not know which driver should I use. Can anyone point me to the best JDBC driver(performance/price) for MSSQLServer?

Thank you,

Florin


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 05, 2003 11:53 am 
Beginner
Beginner

Joined: Tue Sep 23, 2003 5:00 pm
Posts: 40
Hi,

I also have to make my application work with different RBMS. Thus, I am interested in this issue.

If you, or anybody else, has any relevent information ... please post it !

sylvain_2020


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 05, 2003 12:05 pm 
Regular
Regular

Joined: Fri Sep 05, 2003 12:01 am
Posts: 80
Location: Bogot
Hi!

I have used hibernate with the Mysql connector jdbc driver and MS SQL with the microsoft JDBC server driver pr in production apps and both have worked perfectly with JBoss managed datasources and dbcp connection pools.

there is a glitch to the MS SQL Microsoft JDBC driver: if you have a column PK of type date the driver seems to round up the date or something, thus giving you potentially inacurrate results.

Otherwise, performance/price I find it hard to beat (specially with todays budgets) ;-)

_________________
Mauricio Hern


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 05, 2003 1:01 pm 
Newbie

Joined: Tue Oct 14, 2003 12:02 pm
Posts: 11
Location: Romania
hi sylvain,

for MSSQL I have downloaded the JDBC driver from MSDN site and it works fine. I had the surprise to see that MS SQL Server is faster than Oracle in some issues, paging for example.

florin

PS: are you testing also OJB?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 05, 2003 1:18 pm 
Beginner
Beginner

Joined: Tue Sep 23, 2003 5:00 pm
Posts: 40
orlat84 wrote:
PS: are you testing also OJB?


Actually no ... because Hibernate seems to match my requirements and is said to be much easier and more stable than OJB.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 05, 2003 3:18 pm 
Newbie

Joined: Tue Oct 28, 2003 3:48 am
Posts: 8
Location: LECOTAD
hi all,
Do you know some good JDBC driver for Sybase???

barbar

PS: at this moment I testing JCONNECT5.5 from sybase, but it`s always
return sqlException: native error 2601(duplicate key)
after call session.getBatcher().addToBatch(1);


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 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.