2 Replies Latest reply on Mar 14, 2002 12:37 AM by devr

    JDBC-ODBC drivers

    devr

      Has anyone had a problem using JDBC-ODBC drivers with JBoss connection pool in a commercial environment?

      Thanks,
      Dev

        • 1. Re: JDBC-ODBC drivers
          davidjencks

          What driver are you referring to specifically?

          The jdbc-odbc bridge from sun is not intended for production use.

          • 2. Re: JDBC-ODBC drivers
            devr

            Thanks for the reply David.

            Yes, I am using the SUN jdbc-odbc bridge.(with MS SQL 6.5-7.0) The idea was to use it in development mode until we came across a problem which would need us to use a "real" JDBC driver. So, far everything has worked fine in tests etc.

            I was hoping someone else on the group had used the drivers in a commercial deployment and things have worked out(despite the disclaimer)

            Thanks,
            Dev