Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dbeaver no active connection

Running Dbeaver 21.3.0 on ubuntu linux 21.1. The problem I have is that when trying to execute a query I get a "no active connection error". However in the Database navigator screen I have an active remote ms-sql-server connection, can see the overall database, and all files in it, can check all of their column properties etc. How do I get this particular script to associate with that particular database? I'd also like to have it automatically associated the next time I open the script?

like image 613
Jim Maas Avatar asked Aug 31 '25 01:08

Jim Maas


1 Answers

Picking an active connection in the menu bar (SQL Editor > Set active connection) solves the issue.

Image of the SQL Editor menu with Set active connection selected

like image 126
Tomek G Avatar answered Sep 02 '25 16:09

Tomek G