Forum Discussion
SmartBear_Suppo
Alumni
13 years agoThis is just a template connection string. You have to fill in values that match your environment. Here's an FAQ page describing the connection string format, under the question "What's the URL format used by jTDS?":
http://jtds.sourceforge.net/faq.html
For instance, if your server is prod-db and your database is production, the connection string may be something like
jdbc:jtds:sqlserver://prod2-db/production;ssl=request
Kind regards,
Manne Fagerlind
SmartBear Sweden
http://jtds.sourceforge.net/faq.html
For instance, if your server is prod-db and your database is production, the connection string may be something like
jdbc:jtds:sqlserver://prod2-db/production;ssl=request
Kind regards,
Manne Fagerlind
SmartBear Sweden