|
Re: Unable to add com.microsoft.sqlserver.jdbc.SQLServerDriver drivers in new DataSource [message #1748082 is a reply to message #1746937] |
Fri, 18 November 2016 06:11  |
Eclipse User |
|
|
|
Narendra reddy wrote on Tue, 08 November 2016 02:37HI,
I have executed a sample birt example. and I am trying to implement with my project to connect microsoft sql server. I cannot see the drivers.
I am unable to add Unable to add com.microsoft.sqlserver.jdbc.SQLServerDriver drivers in new DataSource Eclipse.
Please help. much appriciated.
Thanks
Why are you unable ?
The general steps are as follows:
Download sqljdbc.jar and sqljdbc4.jar files from the internet and place there somewhere on your drive.
Create a new datasource connection with following details:
Database URL: jdbc:sqlserver://<DatabaseServerIP>:<DatabaseServerPortNo.>;databaseName=<YourDatabaseName>
Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver
Give Username and Password in the respective fields.
While doing the above, at some point, you will have to point to the downloaded.jar file.
Best Regards
|
|
|
Powered by
FUDForum. Page generated in 0.04361 seconds