How to create JDBC data source using SQL Server Driver #1098
Unanswered
stone2dbone
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hello, I have on my workstation-laptop an MS SQL Server (SQL-Express) and I tested 2 JDBC drivers for the connection and both works fine. I have located both drivers on an separated folder and added both drivers with the according jar-files on the driver manager (Manage Drivers). Attached I added 2 screens of the "Manage Driver"-overview and my connection configuration. Perhaps the screens will help to get some information to solve your problem. Driver administration: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cannot create a JDBC data source using the BIRT Report Design plugin and Eclipse IDE for Enterpise Java and Web Developers Version:2022-09 (4.25.0) Build id 20220908-1902.
Using JDBC Data Source:
I have attempted each of the following URLs:
I repeatedly get the following error:
Using the JDBC Database Connection for Query Builder, with the SQL Server Connection Profile Type,
I get the following error after modifying the driver properties:
If I back out and then start over to create a new data source using the SQL Server Connection Profile Type I previously modified, I get this error:
I am using mssql-jdbc-6.1.0.jre8.jar. I have unsuccessfully tried to use 7.0.0.jre8 and 11.2.0.jre8 as well.
(NOTE: I just installed Eclipse Report Designer package, the portable Eclipse installation with the BIRT plugin pre-installed, and was able to connect without a problem! I'd prefer not to have to switch between IDEs, so if someone can offer a solution to my original problem, it would still be greatly appreciated.)
Beta Was this translation helpful? Give feedback.
All reactions