Forum Discussion

lvogelaar's avatar
lvogelaar
New Contributor
7 years ago
Solved

Cant get JDBC connection to microsoft sqlserver to work

Hello,   I'm having issues getting a jdbc connection to work. I've tried several things regarding to other topics but no success so far.   So, I'm using ReadyApi 2.2   bin\ext folder contains s...
  • nmrao's avatar
    nmrao
    7 years ago
    Alternative library available if you want to try.

    Download jtds-1.3.1.jar
    And place it under READYAPI_HOME/bin/ext directory and restart.

    Use driver class as : net.sourceforge.jtds.jdbc.Driver

    Use connection string as :
    jdbc:jtds:sqlserver://${dbServer}:${port}/${dbName};domain=${domain}

    NOTE: replace the above place holder values.