SQL Server version 8 is not supported by this driver
See original GitHub issueSystem information:
- Operating system (distribution) and version: ArchLinux
- DBeaver version: 6.0.4.201905162234
- Java version : openjdk version “1.8.0_212”
Connection specification:
- Database name and version:
Microsoft SQL Server 2000 8.00.766.00; SP3a
- Driver name: mssql-jdbc RELEASE 7.2.1.jre8
- Do you use tunnels or proxies (SSH, SOCKS, etc)? No
Describe the problem you’re observing:
SQL Server version 8 is not supported by this driver. ClientConnectionId:d4ef36de-cff9-4525-b38d-d3881da6b020
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
SQL Server version 8 is not supported by this driver. SQL ...
I am using Microsoft SQL server jdbc driver 4.0 for this application. When i use sqljdbc4.jar i get the following error when connecting...
Read more >SQL Server version 8 is not supported by this driver
I am trying to connect one of the sql server of 2000 version. I tried using both sqljdbc.jar and sqljdbc4.jar, but I am...
Read more >Could not Connect to Database. SQL Server version 8 is not ...
SQL Server version 8 is not supported by this driver. Is there a way to fix this error? I am trying to connect...
Read more >JDBC 4.0 - SQL Server version 8 is not supported by this driver
I need to connect to a MS SQL 2008 database and have downloaded the latest Microsoft JDBC drivers contained in sqljdbc_4.0.2206.100_enu.exe. I ...
Read more >1.8 is not supported by this driver. Use the sqljdbc4.jar class ...
When you are using the MS SQL server with Java 1.8 we get the following error : ERROR : Unable to browse: Unable...
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
You could try to use old driver (jTDS or MS) in order to work with old SQL Server versions.
Scrolling down on drivers selection screen will offer you those older drivers. Just add a new server connection and select the correct one.
You could check the following screenshots:
Driver selection screen
Scrolling down to pick the correct one https://postimg.cc/F77YycdS