-
Apr 8th, 2008, 02:10 AM
#1
Best JDBC driver for Spring?
Hi !
Which is the best driver JDBC driver to use with SpringFramework ?I'm interested in speed especially
Thanks!
-
Apr 8th, 2008, 02:32 AM
#2
You should choose the driver according to your database as Spring is agnostic to the driver you use.
The only thing here which is related to Spring is the JDBC spec version the driver supports. According to that you might use some Spring features relying on those.
Regards,
Andreas
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules