Is it possible to connect to Dataverse using go-sqlcmd? #510
-
|
So Microsoft provides an SQL compatibility layer to Dataverse. I connect successfully using SSMS on a Windows VM, but I'm looking for something more lightweight, that I could run natively on macOS. go-sqlcmd seems to be a perfect match. However, my attempts are not successful: Does it happen because:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
thx for opening an issue! try |
Beta Was this translation helpful? Give feedback.
-
|
Supposedly, the |
Beta Was this translation helpful? Give feedback.
-
|
Hmm. I don't think it's a TLS issue. It might be that dataverses uses an older TDS protocol. The Go driver expects something newer than 7.2. |
Beta Was this translation helpful? Give feedback.
-
|
Opened microsoft/go-mssqldb#174 |
Beta Was this translation helpful? Give feedback.
Opened microsoft/go-mssqldb#174