DBeaver: Download of SQL Server jTDS driver broken in DBeaver 5.2.5
See original GitHub issueDBeaver - Version 5.2.5 CE DBeaver JDBC driver: jTDS Driver Operating System: Windows 7 / Windows 8.1 / Windows 10 Database Server: Microsoft SQL Express 2014
o Start DBeaver and create a new SQL Server connection using the jTDS Driver
o Try to connect.
o The drivers try to download, but that result in an error message:
Error resolving driver libraries
Reason:
Error resolving dependencies.
Error resolving dependencies.
Maven artifact 'maven:/net.sourceforge.jtds:jtds:RELEASE' not found.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
DBeaver 5.2.5
Native SQL Server metadata; Table/columns/indexes/constraints editor; View/edit objects' comments. Connection invalidate/reconnect action was ...
Read more >Database drivers - DBeaver Documentation
JDBC driver is a program (in Java) which can connect and operate with some local or remote database server. It usually provides all...
Read more >DBeaver - freshcode.club
Driver config, driver editor, databases config (pg, mysql, oracle). . Driver config (sql server, generic). . PostgreSQL database size read.
Read more >DBeaver - Community Edition 22.2.5 - Chocolatey Software
It may handle any external datasource which may or may not have a JDBC driver. There is a set of plugins for certain...
Read more >How to configure DBeaver to connect with ms sql server
Hope you'll be able to reproduce this. Step 1. Run dbeaver. Step 2. Select new connection type, in your case, MS SQL Server...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@nanny07 also you can use Microsoft driver (as far as i know it never returns string values in CLOB form). In fact we plan to deprecate jtds driver for SQL Server (it is way too old and nowadays when MS driver became open source it dosn’t make much sense).
I think the new and the old Microsoft driver collide in some way. If I have one connection of each type in the same DBeaver project they don’t live to happily. I have to restart DBeaver after been connected with the old before I connect with the new.
With a bit of luck when DBeaver 5.3.2 is released is a “nothing” problem. There will be no need to use the old driver.
As far as I’m concerned. This isue can be closed.