You are not logged in.
What is the format for URL for Relational Database to Connect to Microsoft SQL Server? My remote database server IP is 192.168.1.11 and the port is 1433. Thanks.
Offline
Hi bhutan,
please check the documentation on mssql jdbc connection url here: https://docs.microsoft.com/en-us/sql/co … rver-ver15
You have to add your driver (e.g. sqljdbc42.jar ) to WEB-INF/classes or to your external config directory if you configured one.
Regards,
Eduardo
Offline
Thank you eduardo.
Offline