Help with JDeveloper and sql server connection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dotneto
    New Member
    • Feb 2007
    • 36

    Help with JDeveloper and sql server connection

    Hi, i'm trying to start my application using jtds driver. I have my DB connection to sql server, and when i test it i get the success message. But, when i run the application it shows

    Exception creating connection pool. Exception: oracle.oc4j.sql .config.DataSou rceConfigExcept ion: Unable to create : net.sourceforge .jtds.jdbc.Driv er

    Please, help.
    Thanks
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by dotneto
    Hi, i'm trying to start my application using jtds driver. I have my DB connection to sql server, and when i test it i get the success message. But, when i run the application it shows

    Exception creating connection pool. Exception: oracle.oc4j.sql .config.DataSou rceConfigExcept ion: Unable to create : net.sourceforge .jtds.jdbc.Driv er

    Please, help.
    Thanks
    Is the driver properly included in the Classpath or properly associated with the project?

    Comment

    • dotneto
      New Member
      • Feb 2007
      • 36

      #3
      Originally posted by sicarie
      Is the driver properly included in the Classpath or properly associated with the project?
      Oops, you're right, i was missing the driver in the class path, it works now.

      Thanks. It was a silly error, sorry.

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        Originally posted by dotneto
        Oops, you're right, i was missing the driver in the class path, it works now.

        Thanks. It was a silly error, sorry.
        Hey, I've done it many a time myself - glad I could help.

        Comment

        • dvrameshusa
          New Member
          • Feb 2008
          • 2

          #5
          Originally posted by sicarie
          Hey, I've done it many a time myself - glad I could help.
          Can you please explain, how to do fix the classpath, as I am trying to use SQLSERVER 2005 for Jdeveloper.
          Thanks in advance,
          Ramesh

          Comment

          Working...