Question
2
Replies
281
Views
Virtusa
Posted: February 27, 2017
Last activity: February 27, 2017
Closed
Solved
Not connecting to external database when using external data base class mapping tool
I want to connect to an external SQL data base using external data base class mapping tool but the following error is coming. What will be the reason for that?
***Updated by moderator: Lochan to add Categories***
Hi sameera,
I think you should follow the below syntax to specify the database name in SQL server database,
jdbc:sqlserver://host:port;databaseName=testdb
Reference link - http://www.codejava.net/java-se/jdbc/connect-to-microsoft-sql-server-via-jdbc
Regards
Mahesh