Hello,
how can I connect to a MSSQL2008 database from within the Oracle SQL-Developer? I've tried to install the jTDS package, but there is still an error comming up.
I've entered in the JDBC URL this string:
jdbc:jtds:sqlserver://WSQL2008:1433/mssql2008
but when I try to connect this error occurs:
Status: Unsuccessful -test failed: Invalid connection string specified. Check the URL format for the specified driver.