Results 1 to 2 of 2

Thread: Best JDBC driver for Spring?

  1. #1

    Default Best JDBC driver for Spring?

    Hi !

    Which is the best driver JDBC driver to use with SpringFramework ?I'm interested in speed especially

    Thanks!

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    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
  •