DBeaver MSSQL connection is in readonly mode by default #35378
-
DescriptionI am trying to create an MSSQL server connection on academic license using mannual connection type with ODBC driver and windows authentication. Whenever I open a database object such as tables, it always opens into readonly mode and I am not able to fix that issue by myself. DBeaver VersionDBeaver Enterprise 24.0.0 Operating SystemWindows 11 Database and driverDatabase Name : SQL Server 15.0.2116 , Driver type ODBC Steps to reproduceCreate an SQL Server Connection, Select Driver type = ODBC , Connection type = Manual , Driver dropdown = SQL Server, Host = MyPc\SQLEXPRESS, Port = 1433, database = remove master, authentication = Windows authentication Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello @Kevinpandya953, May I ask why you are using ODBC driver instead of JDBC driver? The ODBC driver is not maintained and is only left for backward compatibility, whereas the JDBC driver gets regular updates from Microsoft. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your suggestion, earlier I was trying to make a connection using ODBC which was having issues and on the other hand JDBC connection was also having some trouble connecting to SQL Server because my TCP IP protocols were not enabled in SQLEXPRESS but now it works fine. Thanks again for the insightful suggestion and prompt reply. |
Beta Was this translation helpful? Give feedback.
Hello @Kevinpandya953,
May I ask why you are using ODBC driver instead of JDBC driver? The ODBC driver is not maintained and is only left for backward compatibility, whereas the JDBC driver gets regular updates from Microsoft.